Name: | python3.13-freethreading-debug |
Version: | 3.13.5 |
Release: | 4.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 19603718 |
License: | Python-2.0.1 AND CC0-1.0 AND MIT |
RPM: |
python3.13-freethreading-debug-3.13.5-4.el9.aarch64.rpm
|
Source RPM: |
python3.13-3.13.5-4.el9.src.rpm
|
Build Date: | Thu Aug 07 2025 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://www.python.org/ |
Summary: | Free Threading (PEP 703) version of the Python runtime (debug build) |
Description: | The provisional 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. |