Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3.14-freethreading-debug-3.14.2-3.el10 RPM for x86_64_v2

From AlmaLinux Kitten 10 CRB for x86_64_v2

Name: python3.14-freethreading-debug Distribution: AlmaLinux
Version: 3.14.2 Vendor: AlmaLinux
Release: 3.el10 Build date: Wed Feb 4 13:46:28 2026
Group: Unspecified Build host: x64-builder04.almalinux.org
Size: 18591679 Source RPM: python3.14-3.14.2-3.el10.src.rpm
Packager: AlmaLinux Packaging Team <packager@almalinux.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.

Provides

Requires