| Name: | python3.13-freethreading |
|---|---|
| Version: | 3.13.12 |
| Release: | 1.el9 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 167596205 |
| License: | Python-2.0.1 AND CC0-1.0 AND MIT AND BSD-3-Clause AND MIT-CMU AND HPND-SMC AND BSD-2-Clause AND dtoa |
| RPM: | python3.13-freethreading-3.13.12-1.el9.aarch64.rpm |
| Source RPM: | python3.13-3.13.12-1.el9.src.rpm |
| Build Date: | Mon Feb 23 2026 |
| 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. |
- Update to 3.13.12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
- Require at least the same expat version as used during the build time
- Update to 3.13.11
- Update to 3.13.10
- Update to Python 3.13.9
- Update to Python 3.13.8
- Update to 3.13.7
- Update to 3.13.6
- Fix CVE-2025-8194: Tarfile infinite loop during parsing with negative member offset