| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python3.14-freethreading-debug | Distribution: CentOS |
| Version: 3.14.2 | Vendor: CentOS |
| Release: 3.el10 | Build date: Mon Jan 26 15:54:04 2026 |
| Group: Unspecified | Build host: s390-07.stream.rdu2.redhat.com |
| Size: 20588531 | Source RPM: python3.14-3.14.2-3.el10.src.rpm |
| Packager: builder@centos.org | |
| Url: https://www.python.org/ | |
| Summary: Free Threading (PEP 703) version of the Python runtime (debug build) | |
The Free Threading (PEP 703) build of Python. Debug build. 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. This package provides a version of the Python runtime with numerous debugging features enabled, aimed at advanced Python users such as developers of Python extension modules.