Get the latest tech news
Python 3.13 Debuts With New Interactive Interpreter & Experimental JIT
Following a last minute delay due to a performance regression, Python 3.13 stable is out today as the annual major feature release to this widely-used scripting language implementation.
Following a last minute delay due to a performance regression, Python 3.13 stable is out today as the annual major feature release to this widely-used scripting language implementation. Python 3.13 boasts a new interactive interpreter, removing the GIL in the experimental free-threaded build mode, an experimental JIT for faster performance, WASI is now a Tier-2 supported platform, and Android and iOS have been promoted to Tier-3 supported platforms. Downloads and more information on the exciting Python 3.13 feature release via Python.org.
Or read this on Phoronix