News

Free-threaded Python is now officially supported, though using it remains optional. Here are four tips for developers getting ...
The single biggest new feature in Python 3.13 is something Python users have anticipated for ages: a version of Python that allows full concurrency, or multi-threading, by removing the Global ...
Python 3.13 introduces a JIT compiler that compiles the code into machine code at runtime to improve performance. The Christmas Day (December 25, 2023) pull request on GitHub is peppered with a ...