Name: | platform-python-debug |
---|---|
Version: | 3.6.8 |
Release: | 15.1.0.1.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 11563921 |
License: | Python |
RPM: | platform-python-debug-3.6.8-15.1.0.1.el8.aarch64.rpm |
Source RPM: | python3-3.6.8-15.1.0.1.el8.src.rpm |
Build Date: | Mon Nov 11 2019 |
Build Host: | ca-arm-jenkins-builder-01 |
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]
- Patch 329 (FIPS) modified: Added workaround for mod_ssl: Skip error checking in _Py_hashlib_fips_error Resolves: rhbz#1760106
- Patch 329 that adds support for OpenSSL FIPS mode has been improved and bugfixed Resolves: rhbz#1744670 rhbz#1745499 rhbz#1745685
- Adding a new patch 329 that adds support for OpenSSL FIPS mode - Explicitly listing man pages in files section to fix an RPM warning Resolves: rhbz#1731424
- Do not set PHA verify flag on client side (rhbz#1725721) - Enable TLS 1.3 post-handshake authentication in http.client (rhbz#1671353)
- Use RPM built wheels of pip and setuptools in ensurepip instead of our rewheel patch - Require platform-python-setuptools from platform-python-devel to prevent packaging errors Resolves: rhbz#1701286
- Fix for CVE-2019-10160 Resolves: rhbz#1689318
- Security fix for CVE-2019-9948 Resolves: rhbz#1714643
- Reduced default build flags used to build extension modules https://fedoraproject.org/wiki/Changes/Python_Extension_Flags Resolves: rhbz#1634784
- gzip the unversioned-python man page Resolves: rhbz#1665514