Name: | python3-debug |
---|---|
Version: | 3.12.9 |
Release: | 1.0.1.el10 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 16526326 |
License: | Python-2.0.1 |
RPM: | python3-debug-3.12.9-1.0.1.el10.x86_64.rpm |
Source RPM: | python3.12-3.12.9-1.0.1.el10.src.rpm |
Build Date: | Mon Jun 02 2025 |
Build Host: | build-ol10-x86_64.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. |
- Remove upstream URL reference
- Update to 3.12.9 - Security fix for CVE-2025-0938 Resolves: RHEL-77264
- Update to 3.12.8 - Security fix for CVE-2024-9287 and CVE-2024-12254 Resolves: RHEL-64877, RHEL-70450
- Bump release for October 2024 mass rebuild: Resolves: RHEL-64018
- Update to 3.12.6 Resolves: RHEL-57397
- Security fix for CVE-2024-8088 Resolves: RHEL-55923
- Update to 3.12.5 - Security fix for CVE-2024-6923 Resolves: RHEL-53036
- Build Python with -O3 - https://fedoraproject.org/wiki/Changes/Python_built_with_gcc_O3
- Fix issues uncovered by static analysis Resolves: RHEL-45021
- Require expat >= 2.6 to prevent errors when creating venvs with older expat