Name: | python2-debug |
---|---|
Version: | 2.7.18 |
Release: | 10.0.1.module+el8.6.0+20550+a85dc526 |
Architecture: | aarch64 |
Module: | python27:2.7:8060020220210185952:8cdc2268 |
Group: | Applications/System |
Size: | 10541979 |
License: | Python |
RPM: | python2-debug-2.7.18-10.0.1.module+el8.6.0+20550+a85dc526.aarch64.rpm |
Source RPM: | python2-2.7.18-10.0.1.module+el8.6.0+20550+a85dc526.src.rpm |
Build Date: | Tue Apr 05 2022 |
Build Host: | build-ol8-aarch64.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]
- Security fix for CVE-2022-0391: urlparse does not sanitize URLs containing ASCII newline and tabs Resolves: rhbz#2047376
- Security fix for CVE-2021-4189: ftplib should not use the host from the PASV response Resolves: rhbz#2036020
- Security fixes for CVE-2021-3737 and CVE-2021-3733 Resolves: rhbz#1995162 and rhbz#1995234
- Adjusted the postun scriptlets to enable upgrading to RHEL 9 - Resolves: rhbz#1933055
- Security fix for CVE-2020-27619: eval() call on content received via HTTP in the CJK codec tests Resolves: rhbz#1889886
- Fix for CVE-2021-23336 Resolves: rhbz#1928904
- 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