Python 3.13 Beta Out For Testing With Experimental JIT, Better Interactive Interpreter

Written by Michael Larabel in Programming on 9 May 2024 at 12:00 AM EDT. 15 Comments
PROGRAMMING
The first beta of Python 3.13 is now available for testing ahead of its official release later this year.

Python 3.13 is shaping up to be another exciting Python 3 update thanks to a new and improved interactive interpreter derived from PyPy. There is also an early, experimental just-in-time (JIT) compiler that will lead to performance improvements to come.

Further making Python 3.13 exciting is an experimental free-threaded build mode that disables the Global Interpreter Lock (GIL), the cyclic garbage collector is now more incremental, a modified mimalloc is now included, new typing additions, and other changes.

Python logo


Downloads and more details on the just-released Python 3.13 Beta 1 via the Python blog. The Python 3.13 Beta 1 release marks the feature freeze for this release. Over the next two months will be at least three more betas before progressing onto the release candidates. If all goes well the Python 3.13 final release will happen at 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