Name: | python-debug |
---|---|
Version: | 2.7.5 |
Release: | 93.0.1.el7_9 |
Architecture: | aarch64 |
Group: | Applications/System |
Size: | 9874501 |
License: | Python |
RPM: | python-debug-2.7.5-93.0.1.el7_9.aarch64.rpm |
Source RPM: | python-2.7.5-93.0.1.el7_9.src.rpm |
Build Date: | Fri Jun 09 2023 |
Build Host: | build-ol7-aarch64.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]
- Fix for CVE-2023-24329 Resolves: rhbz#2173917
- Security fix for CVE-2021-3177 Resolves: rhbz#1918168
- Security fixes for CVE-2020-26116, CVE-2020-26137 and CVE-2022-0391 - Test fixes for the latest expat security release - Update the certificates utilized in the test suite Resolves: rhbz#1883014, rhbz#1883632, rhbz#2047376, rhbz#1896494
- 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