Name: | python3-debug |
---|---|
Version: | 3.6.8 |
Release: | 18.0.5.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 13129151 |
License: | Python |
RPM: | python3-debug-3.6.8-18.0.5.el7.aarch64.rpm |
Source RPM: | python3-3.6.8-18.0.5.el7.src.rpm |
Build Date: | Thu Nov 18 2021 |
Build Host: | build-ol7-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 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. |
- Remove the "getfile" feature of pydoc [Orabug: 33182027][CVE-2021-3426]
- Fix buffer overflow in PyCArg_repr [Orabug: 32551171][CVE-2021-3177]
- Add Oracle Linux distribution in platform.py [Orabug: 20812544]
- Avoid infinite loop when reading specially crafted TAR files (CVE-2019-20907) Resolves: rhbz#1856481 - Resolve hash collisions for Pv4Interface and IPv6Interface (CVE-2020-14422) Resolves: rhbz#1854926
- Overhaul python's FIPS mode support Resolves: rhbz#1788459
- Security fix for CVE-2020-8492 Resolves: rhbz#1810616
- Security fix for CVE-2019-16935 Resolves: rhbz#1797999
- Provide and obsolete the python36-tools subpackage for EPEL compatibility Resolves: rhbz#1763730
- Security fix for CVE-2019-16056 Resolves: rhbz#1750774
- Add support for OpenSSL FIPS mode - Fix faulthandler stack size Resolves: rhbz#1732908