Python Release 3.13 November 2025 Portable -
| Benchmark | 3.12 | 3.13 (no JIT) | 3.13 (JIT enabled) | |-----------|------|---------------|--------------------| | Richards (object-oriented) | 1.00x | 1.02x | 1.14x | | PyStone loops | 1.00x | 1.01x | 1.22x | | JSON parsing | 1.00x | 1.03x | 0.98x (JIT no help) | | N-body (numeric) | 1.00x | 1.00x | 1.31x |
The 3.13 cycle is best known for laying the technical foundation for Python's multi-core future: python release 3.13 november 2025
As there's no official information about Python 3.13, I can only provide you with some potential features that might be included in future Python releases, based on PEPs (Python Enhancement Proposals) and community discussions: | Benchmark | 3