-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python3.11 compatibility #497
Comments
|
PyCode_New() is Cython issue. And it is fixed already. Since sdist contains pyx source, you can regenerate c++ source. On the other hand, I use I created https://bugs.python.org/issue46906 to move them back to "cpython" API. |
My bad. Turns out code search on Github doesn't actually search code properly... |
Cython 0.29.29 is out and expected to solve some py311 issues. But packages which include cythonized stuff (generated *.c) need to get repackaged using the latest Cython release, see: We are running into this with msgpack there: borgbackup/borg#6555 |
@methane ^ did you see my comment? |
I saw it but I din't hurry. But I fixed one bug so I will release next version in a week with recent Cython. |
@ThomasWaldmann I published v1.0.4rc1. I will release v1.0.4 next week if no problem found. |
Thanks for the release candidate.
1.0.4rc1 works for borgbackup. \o/ |
BTW, guess py311 compatibility would be worth mentioning in the msgpack-python 1.0.4 changelog. |
OK. I published 1.0.4 to PyPI. |
:(
The text was updated successfully, but these errors were encountered: