Python's Global Interpreter Lock (GIL) will become optional in CPython 3.13, enabling free-threading capabilities. A centralized resource tracks compatibility of packages with native code and provides documentation for supporting free-threaded Python, particularly focusing on extension modules using the Python C API.
Discussion
No replies yet.