Nieuws

Pure Python mode also enhances one of Cython’s biggest advantages: It makes it easier to start with a conventional Python codebase and incrementally transform it into C code.
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.