sumerc / yappi

Yet Another Python Profiler, but this time multithreading, asyncio and gevent aware.
MIT License
1.44k stars 72 forks source link

New release to support 3.10 #89

Closed gaborbernat closed 2 years ago

gaborbernat commented 2 years ago

Hello with the release of 3.10 in just a few days would be important to cut (at least a sdist level) release of the main branch, as the current version fails to build/install without https://github.com/sumerc/yappi/pull/66/files

sumerc commented 2 years ago

Hello! Thanks for the notification.

AFAIR, I already released PR #66 ? The current version 1.3.2 contains the necessary fixes to support 3.10. I also checked locally. Where do you see current version fails build?

gaborbernat commented 2 years ago

Are you sure, https://github.com/gaborbernat/yappi-test/runs/3803333119?check_suite_focus=true. I'm pretty sure for python3.10 you also need https://github.com/sumerc/yappi/commit/d40bc0e8230dd35e05222f5761e3d7f7a75fd46e that's not released.

sumerc commented 2 years ago

You are definitely right.

I remember the previous frame suspended check but later I forgot we added we added https://github.com/sumerc/yappi/commit/d40bc0e8230dd35e05222f5761e3d7f7a75fd46e for 3.10 beta.

sumerc commented 2 years ago

Done in 1.3.3 version.