You can now run Python without the Global Interpreter Lock (GIL) , allowing threads to run concurrently on multi-core processors. This is currently an experimental build option.
Python was released on December 3, 2024 , as the first maintenance release for the 3.13 series. It includes almost 400 bug fixes and documentation updates, making it the most stable version of the 3.13 branch to date. Top Features in Python 3.13
A major overhaul based on PyPy’s interpreter. It now supports multi-line editing , colorized tracebacks, and new keyboard shortcuts like F1 for help and F2 for history.
A preliminary Just-In-Time (JIT) compiler has been added to lay the groundwork for future massive performance boosts.
You can now run Python without the Global Interpreter Lock (GIL) , allowing threads to run concurrently on multi-core processors. This is currently an experimental build option.
Python was released on December 3, 2024 , as the first maintenance release for the 3.13 series. It includes almost 400 bug fixes and documentation updates, making it the most stable version of the 3.13 branch to date. Top Features in Python 3.13 python release 3.13.1 today
A major overhaul based on PyPy’s interpreter. It now supports multi-line editing , colorized tracebacks, and new keyboard shortcuts like F1 for help and F2 for history. You can now run Python without the Global
A preliminary Just-In-Time (JIT) compiler has been added to lay the groundwork for future massive performance boosts. python release 3.13.1 today