[ol9_developer_EPEL] python3.13-freethreading-3.13.7-1.el9.x86_64

Name:python3.13-freethreading
Version:3.13.7
Release:1.el9
Architecture:x86_64
Group:Unspecified
Size:161950043
License:Python-2.0.1 AND CC0-1.0 AND MIT
RPM: python3.13-freethreading-3.13.7-1.el9.x86_64.rpm
Source RPM: python3.13-3.13.7-1.el9.src.rpm
Build Date:Sun Aug 24 2025
Build Host:build-ol9-x86_64.oracle.com
Vendor:Oracle America
URL:https://www.python.org/
Summary:Free Threading (PEP 703) version of the Python runtime
Description:
The provisional Free Threading (PEP 703) build of Python.

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.

Related Packages (Show Changelog) (Show Filelist)