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.5~rc1-1.fc45 RPM for x86_64

From Fedora Rawhide for x86_64 / p

Name: python3.14-freethreading-debug Distribution: Fedora Project
Version: 3.14.5~rc1 Vendor: Fedora Project
Release: 1.fc45 Build date: Sat May 9 00:12:50 2026
Group: Unspecified Build host: buildvm-x86-19.rdu3.fedoraproject.org
Size: 20203249 Source RPM: python3.14-3.14.5~rc1-1.fc45.src.rpm
Packager: Fedora Project
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