sumerc / yappi

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

Current release 1.3.0 doesn't support python 3.10 #69

Closed amoralej closed 3 years ago

amoralej commented 3 years ago

Python 3.10 will be included in Fedora 35. To make that update smoother, we're building Fedora packages with early pre-releases of Python 3.10 and yappi 1.3.0 is failing to build.

https://bugzilla.redhat.com/show_bug.cgi?id=1899557

I see some patches in master branch to support python 3.10 but it's not included in any release. May you create a new release which includes the required patches?

sumerc commented 3 years ago

Releasing a new version ASAP.

amoralej commented 3 years ago

Releasing a new version ASAP.

Thanks!

sumerc commented 3 years ago

Done: https://pypi.org/project/yappi/1.3.1/

Could you pls verify the problem fixed on your side? I will close the issue.

amoralej commented 3 years ago

I've updated python-yappi in fedora to 1.3.1 https://koji.fedoraproject.org/koji/taskinfo?taskID=55892816 and tested fine with python 3.10

Thanks! for the quick response

sumerc commented 3 years ago

Thanks to you, too!