Python 3.14 Alpha 5 Released With New Tail-Call Interpreter
- Reference: 0001525993
- News link: https://www.phoronix.com/news/Python-3.14-Alpha-5
- Source link:
Most significant with Python 3.14 Alpha 5 is the introduction of [1]the new and optional tail-call interpreter that can deliver up to 30% faster Python code. The tail-call interpreter for now needs to be compiled with Clang 19 or newer on x86_64 or AArch64. GCC support is expected in the future. There should be some very significant gains for those wanting to make use of the tail call interpreter, especially for Python builds with Profile Guided Optimizations (PGO) enabled.
More details on the Python 3.14 Alpha 5 changes and downloads via the [2]Python blog .
Python 3.14 Alpha 6 is expected on 14 March followed by the seventh and final alpha version in April. After that are four planned betas and two release candidates to get through the summer months. If all goes well Python 3.14.0 final will be out on 7 October.
[1] https://www.phoronix.com/news/Python-3.14-New-Interpreter
[2] https://pythoninsider.blogspot.com/2025/02/python-3140-alpha-5-is-out.html
phoronix