Name: | platform-python-debug |
---|---|
Version: | 3.6.8 |
Release: | 31.0.3.el8 |
Architecture: | i686 |
Group: | Unspecified |
Size: | 8714420 |
License: | Python |
RPM: | platform-python-debug-3.6.8-31.0.3.el8.i686.rpm |
Source RPM: | python3-3.6.8-31.0.3.el8.src.rpm |
Build Date: | Tue Mar 09 2021 |
Build Host: | host-100-100-224-36.blddevtest1iad.osdevelopmeniad.oraclevcn.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. |
- 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
- Remove downstream 00178-dont-duplicate-flags-in-sysconfig.patch which introduced a bug on distutils.sysconfig.get_config_var('LIBPL') (rhbz#1851090).
- Fix python3-config --configdir (rhbz#1772992).
- Security fix for CVE-2020-8492 Resolves: rhbz#1810618
- Add a sentinel value on the Hmac_members table of the fips compliant hmac module Resolves: rhbz#1800512
- Skip test_startup_imports from test_site if we have a .pth file in sys.path Resolves: rhbz#1814392
- Security fix for CVE-2019-16935 Resolves: rhbz#1798001
- Build Python with -fno-semantic-interposition for better performance - https://fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup - Also fix test_gdb failures with Link Time Optimizations Resolves: rhbz#1724996