Name: | platform-python-debug |
---|---|
Version: | 3.6.8 |
Release: | 59.0.1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 8778911 |
License: | Python |
RPM: | platform-python-debug-3.6.8-59.0.1.el8.x86_64.rpm |
Source RPM: | python3-3.6.8-59.0.1.el8.src.rpm |
Build Date: | Tue Apr 16 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 bytecode format is unchanged, so that .pyc files are compatible between this and the standard version of Python, but the debugging features mean that C/C++ extension modules are ABI-incompatible and must be built for each version separately. The debug build shares installation directories with the standard Python runtime, so that .py and .pyc files can be shared. Compiled extension modules use a special ABI flag ("d") in the filename, so extensions for both versions can co-exist in the same directory. |
- Add Oracle Linux distribution in platform.py [Orabug: 20812544]
- Security fix for CVE-2023-27043 Resolves: RHEL-20610
- Security fix for CVE-2022-48564 Resolves: RHEL-16674 - Skip tests failing on s390x Resolves: RHEL-19252
- Security fix for CVE-2022-48560 Resolves: RHEL-16707
- Security fix for CVE-2023-40217 Resolves: RHEL-3041
- Fix symlink handling in the fix for CVE-2007-4559 Resolves: rhbz#263261
- Bump release for rebuild Resolves: rhbz#2173917
- Security fix for CVE-2023-24329 Resolves: rhbz#2173917
- Add filters for tarfile extraction (CVE-2007-4559, PEP-706) Resolves: rhbz#263261
- Properly strip the LTO bytecode from python.o Resolves: rhbz#2137707