Name: | platform-python-debug |
---|---|
Version: | 3.6.8 |
Release: | 2.0.1.el8_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 9060448 |
License: | Python |
RPM: | platform-python-debug-3.6.8-2.0.1.el8_0.x86_64.rpm |
Source RPM: | python3-3.6.8-2.0.1.el8_0.src.rpm |
Build Date: | Tue Jul 16 2019 |
Build Host: | jenkins-10-147-72-125-1e1a1cb7-a9e1-419a-b6d1-775c7d100a62.appad3iad.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]
- Security fix for CVE-2019-9636 (rhbz#1693973)
- Update to 3.6.8 Resolves: rhbz#1658271
- Make sure the entire test.support module is in python3-libs Resolves: rhbz#1651215
- Add choices for sort option of cProfile for better output Resolves: rhbz#1640151
- Switch to requiring platform-python-pip/setuptools instead of the python3- versions - Resolves: rhbz#1638836
- Update to 3.6.7 (rhbz#1627739) - Re-enable test_gdb (rhbz#1639536) - Re-enable test_faulthandler (rhbz#1640147)
- Add compatibility fixes for openssl 1.1.1 and tls 1.3 Resolves: rhbz#1610023
- Fix test_dbm_gnu for gdbm 1.15 which fails on ppc64le Resolves: rhbz#1638710
- Add Requires (/post/postun) on /usr/sbin/alternatives - Resolves: rhbz#1632625