[ol10_codeready_builder] python3.14-freethreading-3.14.4-2.el10_2.aarch64

Name:python3.14-freethreading
Version:3.14.4
Release:2.el10_2
Architecture:aarch64
Group:Unspecified
Size:77934
License:Python-2.0.1
RPM: python3.14-freethreading-3.14.4-2.el10_2.aarch64.rpm
Source RPM: python3.14-3.14.4-2.el10_2.src.rpm
Build Date:Sat May 23 2026
Build Host:build-ol10-aarch64.oracle.com
Vendor:Oracle America
URL:https://www.python.org/
Summary:Free Threading (PEP 703) version of the Python interpreter
Description:
The Free Threading (PEP 703) build of Python interpreter.

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.

The python3.14-freethreading package provides the "python3.14t" executable.
The majority of its standard library is provided in the
python3.14-freethreading-libs package, which should be installed
automatically along with python3.14-freethreading.
The remaining parts of the Python standard library are broken out into the
python3.14-freethreading-tkinter and
python3.14-freethreading-test packages,
which may need to be installed separately.

Filelist (Show Changelog) (Show related packages)