| Name: | python39-debug |
|---|---|
| Version: | 3.9.25 |
| Release: | 2.module+el8.10.0+90733+27f37730 |
| Architecture: | aarch64 |
| Module: | python39-devel:3.9:8100020251219152100:10 |
| Group: | Unspecified |
| Size: | 14620681 |
| License: | Python |
| RPM: | python39-debug-3.9.25-2.module+el8.10.0+90733+27f37730.aarch64.rpm |
| Source RPM: | python39-3.9.25-2.module+el8.10.0+90733+27f37730.src.rpm |
| Build Date: | Sat Dec 20 2025 |
| Build Host: | build-ol8-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://www.python.org/ |
| Summary: | Debug version of the Python runtime |
| Description: | python3-debug provides a version of the Python runtime with numerous debugging features enabled, aimed at advanced Python users such as developers of Python extension modules. This version uses more memory and will be slower than the regular Python build, but is useful for tracking down reference-counting issues and other bugs. The debug build shares installation directories with the standard Python runtime. Python modules -- source (.py), bytecode (.pyc), and C-API extensions (.cpython*.so) -- are compatible between this and the standard version of Python. The debug runtime additionally supports debug builds of C-API extensions (with the "d" ABI flag) for debugging issues in those extensions. |
- Add explicit BR: libxcrypt-devel
- Properly apply exported CFLAGS for dtrace/systemtap builds
- Update to Python 3.9.25
- Move _sysconfigdata_d_linux*.py to the debug subpackage
- Fedora contributions by:
Björn Esser <besser82@fedoraproject.org>
Charalampos Stratakis <cstratak@redhat.com>
Karolina Surma <ksurma@redhat.com>
Tomas Orsava <torsava@redhat.com>
Tomáš Hrnčiar <thrnciar@redhat.com>
Resolves: RHEL-128539
- Security fix for CVE-2025-8194 Resolves: RHEL-106359
- Update to 3.9.20 Resolves: RHEL-60007
- Security fix for CVE-2024-8088 Resolves: RHEL-55954
- Security fix for CVE-2024-6923 Resolves: RHEL-53102
- Properly propagate the optimization flags to C extensions
- Build Python with -O3 - https://fedoraproject.org/wiki/Changes/Python_built_with_gcc_O3
- Security fix for CVE-2024-4032 Resolves: RHEL-44094
- Enable importing of hash-based .pyc files under FIPS mode Resolves: RHEL-40786
- Update to 3.9.19 - Security fixes for CVE-2023-6597 and CVE-2024-0450 - Fix tests for XMLPullParser with Expat with fixed CVE Resolves: RHEL-33676, RHEL-33688