Name: | python27-python-debug |
---|---|
Version: | 2.7.18 |
Release: | 3.0.1.el7 |
Architecture: | x86_64 |
Group: | Applications/System |
Size: | 6796559 |
License: | Python |
RPM: | python27-python-debug-2.7.18-3.0.1.el7.x86_64.rpm |
Source RPM: | python27-python-2.7.18-3.0.1.el7.src.rpm |
Build Date: | Tue Aug 24 2021 |
Build Host: | host-100-100-224-57.blddevtest1iad.osdevelopmeniad.oraclevcn.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]
- Security fixes for CVE-2021-3177, CVE-2021-23336 and CVE-2020-27619 Resolves: rhbz#1918168, rhbz#1928904, rhbz#1889886
- Security fix for CVE-2020-26116: Reject control chars in HTTP method in httplib.putrequest Resolves: rhbz#1883254
- Update to 2.7.18, the last release of the Python 2 series - Security fix for CVE-2019-18348 - Security fix for CVE-2019-20907 Resolves: rhbz#1881145, rhbz#1765149, rhbz#1856542
- Rebuild to regenerate properly the pyc and pyo files Resolves: rhbz#1759950
- Update to 2.7.17 Resolves: rhbz#1759950
- Security fix for CVE-2019-10160 Resolves: rhbz#1718925
- Security fix for CVE-2019-9948 Resolves: rhbz#1704175
- Fix regression in the crypt module introduced in update to Python 2.7.16 (fix the name of the _crypt module init function).
- Disallow control chars in http URLs - Fixes CVE-2019-9740 and CVE-2019-9947 Resolves: rhbz#1703534 and rhbz#1704372