Name: | python-debug |
---|---|
Version: | 2.7.5 |
Release: | 90.0.1.el7 |
Architecture: | aarch64 |
Group: | Applications/System |
Size: | 9874493 |
License: | Python |
RPM: | python-debug-2.7.5-90.0.1.el7.aarch64.rpm |
Source RPM: | python-2.7.5-90.0.1.el7.src.rpm |
Build Date: | Fri Nov 13 2020 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.python.org/ |
Summary: | Debug version of the Python runtime |
Description: | python-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 bytecodes are unchanged, so that .pyc files are compatible between the two version of Python, but the debugging features mean that C/C++ extension modules are ABI-incompatible with those built for the standard runtime. It shares installation directories with the standard Python runtime, so that .py and .pyc files can be shared. All compiled extension modules gain a "_d" suffix ("foo_d.so" rather than "foo.so") so that each Python implementation can load its own extensions. |
- Add Oracle Linux distribution in platform.py [orabug 20812544]
- Avoid infinite loop when reading specially crafted TAR files (CVE-2019-20907) Resolves: rhbz#1856481
- Security fix for CVE-2019-16935 Resolves: rhbz#1797998
- Security fix for CVE-2019-16056 Resolves: rhbz#1750773
- Fix CVE-2018-20852 Resolves: rhbz#1741551
- Security fix for CVE-2019-10160 Resolves: rhbz#1718388
- Security fix for CVE-2019-9948 Resolves: rhbz#1704174
- Disallow control chars in http URLs - Fixes CVE-2019-9740 and CVE-2019-9947 Resolves: rhbz#1704362 and rhbz#1703530
- Remove unversioned obsoletes Resolves: rhbz#1703600
- Updated fix for CVE-2019-9636 Resolves: rhbz#1689317