You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@brgl 3.13 was released just a few days ago. We can certainly add 3.13 wheels. I think we'd skip free-threaded wheels for now, however, as I'm not up-to-date on that feature and what changes may be required from the bindings to play nice in a GIL-less build.
Ha! Is there any writeup on this? I would definitely want to make sure the bindings to work fine without the GIL.
I don't know if we should be defensive and throw a compile error if a gil-less build is attempted until we've had a chance to test and validate everything works as expected.
Does any distro ship GIL-less python 3.13 yet? I'm pretty sure it will make its way into yocto soon, this is when I'll most likely start playing with it. Until then, I don't think we should really do anything about it.
https://peps.python.org/pep-0703/
https://docs.python.org/3/whatsnew/3.13.html#free-threaded-cpython
https://docs.python.org/3/c-api/module.html#c.Py_mod_gil
https://py-free-threading.github.io/porting/
Originally posted by @vfazio in #93 (comment)
The text was updated successfully, but these errors were encountered: