Name: | python2-debug |
---|---|
Version: | 2.7.16 |
Release: | 12.0.1.module+el8.1.0+5396+a4103ad2 |
Architecture: | aarch64 |
Module: | python27:2.7:8010020190903182548:9edba152 |
Group: | Applications/System |
Size: | 11190043 |
License: | Python |
RPM: | python2-debug-2.7.16-12.0.1.module+el8.1.0+5396+a4103ad2.aarch64.rpm |
Source RPM: | python2-2.7.16-12.0.1.module+el8.1.0+5396+a4103ad2.src.rpm |
Build Date: | Sat Nov 09 2019 |
Build Host: | ca-arm-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://www.python.org/ |
Summary: | Debug version of the Python 2 runtime |
Description: | python2-debug provides a version of the Python 2 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 2 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 2, 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 2 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 2 implementation can load its own extensions. |
- Add Oracle Linux distribution in platform.py [Orabug: 20812544]
- Adding FIPS compliance to Python 2 in RHEL8: - Updated patch 146 with a new version of the FIPS patch - Patch 169 has been removed, obsoleted by the updated patch 146 Resolves: rhbz#1734126
- Use RPM built wheels of pip and setuptools in ensurepip instead of our rewheel patch - Require python2-setuptools from python2-devel to prevent packaging errors Resolves: rhbz#1718398
- Fix urlparse.urlsplit() error message for Unicode URL Resolves: rhbz#1689327
- Security fix for CVE-2019-10160 Resolves: rhbz#1689327
- Security fix for CVE-2019-9948 Resolves: rhbz#1704176
- Disallow control chars in http URLs - Fixes CVE-2019-9740 and CVE-2019-9947 Resolves: rhbz#1703539 and rhbz#1704367
- Remove pyc/pyo files from /usr/bin Resolves: rhbz#1696741
- Updated fix for CVE-2019-9636 Resolves: rhbz#1689327
- Bumping due to problems with modular RPM upgrade path - Resolves: rhbz#1695587