[ol9_developer_EPEL] python3.13-freethreading-3.13.5-4.el9.aarch64

Name:python3.13-freethreading
Version:3.13.5
Release:4.el9
Architecture:aarch64
Group:Unspecified
Size:163938483
License:Python-2.0.1 AND CC0-1.0 AND MIT
RPM: python3.13-freethreading-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
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.

Changelog (Show File list) (Show related packages)