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

python3.13-freethreading-debug-3.13.8-1.el10_0 RPM for s390x

From EPEL 10.0 for s390x / Packages / p

Name: python3.13-freethreading-debug Distribution: Fedora Project
Version: 3.13.8 Vendor: Fedora Project
Release: 1.el10_0 Build date: Wed Oct 8 19:06:47 2025
Group: Unspecified Build host: buildvm-s390x-03.s390.fedoraproject.org
Size: 18894101 Source RPM: python3.13-3.13.8-1.el10_0.src.rpm
Packager: Fedora Project
Url: https://www.python.org/
Summary: Free Threading (PEP 703) version of the Python runtime (debug build)
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.

Provides

Requires