Describe the enhancement requested
Hey all! 馃憢
I've started looking into adding support for the 3.13 free-threaded build of CPython. This aims to be a tracking issue for all work necessary to support it. A very high-level list of steps is (more details to follow as I investigate more issues):
Hope this all sounds good! Let me know in case there's something that doesn't seem right.
Component(s)
Python
Describe the enhancement requested
Hey all! 馃憢
I've started looking into adding support for the 3.13 free-threaded build of CPython. This aims to be a tracking issue for all work necessary to support it. A very high-level list of steps is (more details to follow as I investigate more issues):
PyList_GetItem,PyDict_GetItemand friends) under the free-threaded buildpyarrowis a good candidate to test Cython again, since it's got lots of Cython code. Ideally test Cython nightly and also Freethreading thread safety聽cython/cython#6226.Py_mod_gilslot (orPyUnstable_Module_SetGIL/freethreading_compatible)Hope this all sounds good! Let me know in case there's something that doesn't seem right.
Component(s)
Python