Python 3.13 Alpha 3 Released - Work Continues On Dropping The GIL, Improving Performance

Written by Michael Larabel in Programming on 18 January 2024 at 06:19 AM EST. 7 Comments
PROGRAMMING
The third alpha release of Python 3.13 is now available for testing as the developers continue work on removing the Global Interpreter Lock (GIL) and enhancing the overall performance of this scripting language.

Python 3.13 Alpha 3 is just half-way through the alpha period. The beta phase will begin in early May when the focus shifts from feature work to bug fixing.

In addition to working on removing the Global Interpreter Lock and continued work on enhancing the overall Python performance, there are some other goodies coming in Python 3.13. Python's interactive interpreter mode will now provide colorized exception tracebacks by default, Docstrings have their leading indentation removed in the name of lowering memory use and PYC file size, various deprecations and removals, and other enhancements. Well, quite a lot of deprecations.

Python logo


Downloads and more details on the Python 3.13 Alpha 3 release via the Python blog. The stable release of Python 3.13 is currently aiming for the start of October.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week