Name: | python2-debug |
---|---|
Version: | 2.7.18 |
Release: | 4.0.1.module+el8.4.0+20050+79c7b4ee |
Architecture: | x86_64 |
Module: | python27:2.7:8040020210122160212:cdb2db54 |
Group: | Applications/System |
Size: | 7284524 |
License: | Python |
RPM: | python2-debug-2.7.18-4.0.1.module+el8.4.0+20050+79c7b4ee.x86_64.rpm |
Source RPM: | python2-2.7.18-4.0.1.module+el8.4.0+20050+79c7b4ee.src.rpm |
Build Date: | Fri Apr 09 2021 |
Build Host: | host-100-100-224-9.blddevtest1iad.osdevelopmeniad.oraclevcn.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]
- Security fix for CVE-2021-3177 Resolves: rhbz#1919163
- Fixes for bundling prefix=/app build in gimp/inkscape containers Resolves: rhbz#1907592
- Security fix for CVE-2020-26116: Reject control chars in HTTP method in httplib.putrequest Resolves: rhbz#1883258
- Update to 2.7.18 Resolves: rhbz#1886754
- Avoid infinite loop when reading specially crafted TAR files (CVE-2019-20907) Resolves: rhbz#1856481
- Update to 2.7.17 Resolves: rhbz#1759944
- 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