Name: | platform-python-debug |
---|---|
Version: | 3.6.8 |
Release: | 23.0.1.el8 |
Architecture: | i686 |
Group: | Unspecified |
Size: | 8897612 |
License: | Python |
RPM: | platform-python-debug-3.6.8-23.0.1.el8.i686.rpm |
Source RPM: | python3-3.6.8-23.0.1.el8.src.rpm |
Build Date: | Thu Feb 20 2020 |
Build Host: | jenkins-10-147-72-125-c5b73e7c-96b8-4432-82d0-e7725c1cde3d.appad1iad.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. |
- Add Oracle Linux distribution in platform.py [Orabug: 20812544]
- Modify the test suite to better handle disabled SSL/TLS versions and FIPS mode - Use OpenSSL's DRBG and disable os.getrandom() function in FIPS mode Resolves: rhbz#1754028, rhbz#1754027, rhbz#1754026, rhbz#1774471
- Changed Requires into Recommends for python3-pip to allow a lower RHEL8 footprint for containers and other minimal environments Resolves: rhbz#1756217
- Patch 329 (FIPS) modified: Added workaround for mod_ssl: Skip error checking in _Py_hashlib_fips_error Resolves: rhbz#1760106
- Security fix for CVE-2019-16056 Resolves: rhbz#1750776
- Skip windows specific test_get_exe_bytes test case and enable test_distutils Resolves: rhbz#1754040
- Reduce the number of tests running during the profile guided optimizations build - Enable profile guided optimizations for all the supported architectures Resolves: rhbz#1749576
- Security fix for CVE-2018-20852 Resolves: rhbz#1741553
- Properly pass the -Og optimization flag to the debug build Resolves: rhbz#1712977 and rhbz#1714733
- Patch 329 that adds support for OpenSSL FIPS mode has been improved and bugfixed Resolves: rhbz#1744670 rhbz#1745499 rhbz#1745685