Free Threading (PEP 703) version of the Python runtime
The provisional Free Threading (PEP 703) build of Python. CPython’s global interpreter lock (“GIL”) prevents multiple threads from executing Python code at the same time. The GIL is an obstacle to using multi-core CPUs from Python efficiently. This build of Python is built with the --disable-gil option. It lets the interpreter run Python code without the global interpreter lock and with the necessary changes needed to make the interpreter thread-safe.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 3.14.0~a2-2.fc42 | - |
Fedora 40 | 3.14.0~a2-2.fc40 | - |
You can contact the maintainers of this package via email at
python3.14 dash maintainers at fedoraproject dot org
.