Name: | platform-python-debug |
---|---|
Version: | 3.6.8 |
Release: | 47.0.1.el8_6 |
Architecture: | i686 |
Group: | Unspecified |
Size: | 8799236 |
License: | Python |
RPM: | platform-python-debug-3.6.8-47.0.1.el8_6.i686.rpm |
Source RPM: | python3-3.6.8-47.0.1.el8_6.src.rpm |
Build Date: | Tue Sep 13 2022 |
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. |
- Add Oracle Linux distribution in platform.py [Orabug: 20812544]
- 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
- Security fix for CVE-2021-4189: ftplib should not use the host from the PASV response Resolves: rhbz#2036020
- Use the monotonic clock for theading.Condition - Use the monotonic clock for the global interpreter lock Resolves: rhbz#2003758
- Change shouldRollover() methods of logging.handlers to only rollover regular files Resolves: rhbz#2009200
- Security fix for CVE-2021-3737 Resolves: rhbz#1995162
- Security fix for CVE-2021-3733: Denial of service when identifying crafted invalid RFCs Resolves: rhbz#1995234
- Adjusted the postun scriptlets to enable upgrading to RHEL 9 - Resolves: rhbz#1933055
- Fix reentrant call to threading.enumerate() (rhbz#1959459) - Don't exit Python with abort() when a thread exit and there is no available file descriptor to load dynamically the libgcc_s.so.1 library (rhbz#1972293)