Name: | platform-python-debug |
---|---|
Version: | 3.6.8 |
Release: | 51.0.1.el8_8.2 |
Architecture: | i686 |
Group: | Unspecified |
Size: | 8771886 |
License: | Python |
RPM: | platform-python-debug-3.6.8-51.0.1.el8_8.2.i686.rpm |
Source RPM: | python3-3.6.8-51.0.1.el8_8.2.src.rpm |
Build Date: | Tue Oct 24 2023 |
Build Host: | build-ol8-i386.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. |
- Security fix for CVE-2023-40217 Resolves: rhbz#2235789
- Add Oracle Linux distribution in platform.py [Orabug: 20812544]
- Security fix for CVE-2023-24329 Resolves: rhbz#2173917
- Properly strip the LTO bytecode from python.o Resolves: rhbz#2137707
- Security fix for CVE-2022-45061 - Strip the LTO bytecode from python.o Resolves: rhbz#2144072, rhbz#2137707
- Security fixes for CVE-2020-10735 and CVE-2021-28861 Resolves: rhbz#1834423, rhbz#2120642
- Release bump Resolves: rhbz#2136435
- Security fix for CVE-2015-20107 Resolves: rhbz#2075390
- Security fix for CVE-2022-0391: urlparse does not sanitize URLs containing ASCII newline and tabs - Fix the test suite support for Expat >= 2.4.5 Resolves: rhbz#2047376, rhbz#2060435
- Security fix for CVE-2021-4189: ftplib should not use the host from the PASV response Resolves: rhbz#2036020