Python to C: What's new in Cython 3.1Cython 3.1's upcoming release enhances type annotations and introduces support for the experimental free-threaded Python 3.13t, allowing for true parallelism.
Get started with the free-threaded build of Python 3.13Python 3.13 introduces a free-threaded version, enabling full concurrency by removing the Global Interpreter Lock, transforming Python's application parallelism.
Python 3.13 Preview: Free Threading and a JIT Compiler - Real PythonPython 3.13 introduces experimental features like free threading and a JIT compiler, primarily targeting power users, with a caution against using them in production.
Free-threaded CPython is ready to experiment with!Free-threaded CPython allows running multiple threads in parallel, enhancing performance for multi-threaded applications.