December 2024
The other massive 3.13 feature: (disable the GIL with --disable-gil ). This lets true parallel threads run Python bytecode simultaneously. python 3.13.1 released today
Python.org downloads
Python 3.13.1 is available now from the official Python website: December 2024 The other massive 3
Python 3.13.1 is that fixes real-world papercuts from the most ambitious Python update in years. If you're already on 3.13, install it today. If you're on 3.12, wait for your dependencies to catch up — but start planning your migration for Q1 2025. python 3.13.1 released today
The most talked-about feature of Python 3.13 remains the free-threading build (pep 703). Python 3.13.1 is crucial for this feature because early implementers of free-threading reported memory management issues and crashes that were not caught in earlier testing.