Python 3.13 Debuts With New Interactive Interpreter & Experimental JIT
([Programming] 4 Hours Ago
Python 3.13 Released)
- Reference: 0001496682
- News link: https://www.phoronix.com/news/Python-3.13-Released
- Source link:
Following [1]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. Python 3.13 also adds support for type defaults in type parameters, a new type narrowing annotation, and other new annotations.
Downloads and more information on the exciting Python 3.13 feature release via [2]Python.org .
[1] https://www.phoronix.com/news/Python-3.13-rc3-Released
[2] https://www.python.org/downloads/
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. Python 3.13 also adds support for type defaults in type parameters, a new type narrowing annotation, and other new annotations.
Downloads and more information on the exciting Python 3.13 feature release via [2]Python.org .
[1] https://www.phoronix.com/news/Python-3.13-rc3-Released
[2] https://www.python.org/downloads/
andreano