News

You can redistribute Cython-compiled modules. If you’re building a Python package to be redistributed to others, either internally or via PyPI, Cython-compiled components can be included with it.
An experimental ‘no-GIL’ build mode in Python 3.13 disables the Global Interpreter Lock to enable true parallel execution in Python. Here’s where to start.