Name: | python3.11-debug |
---|---|
Version: | 3.11.9 |
Release: | 2.0.1.el8_10 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 14309036 |
License: | Python |
RPM: | python3.11-debug-3.11.9-2.0.1.el8_10.x86_64.rpm |
Source RPM: | python3.11-3.11.9-2.0.1.el8_10.src.rpm |
Build Date: | Wed Jul 03 2024 |
Build Host: | build-ol8-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. |
- Update rpm-macros description [Orabug: 36024572]
- Enable importing of hash-based .pyc files under FIPS mode Resolves: RHEL-40783
- Rebase to 3.11.9 - Security fixes for CVE-2023-6597 and CVE-2024-0450 - Fix expat tests for the latest expat security release Resolves: RHEL-33672, RHEL-33684
- Rebase to 3.11.7 Resolves: RHEL-21915
- Security fix for CVE-2023-27043 Resolves: RHEL-7842
- Rebase to 3.11.5 - Security fixes for CVE-2023-40217 and CVE-2023-41105 Resolves: RHEL-3047, RHEL-3267
- Add the import_all_modules_py3_11.py file for the python3.11-rpm-macros subpackage Resolves: rhbz#2207631
- Fix symlink handling in the fix for CVE-2023-24329 Resolves: rhbz#263261
- Security fix for CVE-2007-4559 Resolves: rhbz#263261
- Update to 3.11.4 - Security fix for CVE-2023-24329 Resolves: rhbz#2173917