Name: | python2-debug |
---|---|
Version: | 2.7.18 |
Release: | 17.0.1.module+el8.10.0+90286+7c291053 |
Architecture: | x86_64 |
Module: | python27:2.7:8100020240410221935:10 |
Group: | Applications/System |
Size: | 7288748 |
License: | Python |
RPM: | python2-debug-2.7.18-17.0.1.module+el8.10.0+90286+7c291053.x86_64.rpm |
Source RPM: | python2-2.7.18-17.0.1.module+el8.10.0+90286+7c291053.src.rpm |
Build Date: | Thu Apr 11 2024 |
Build Host: | build-ol8-x86_64.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-48560 Resolves: RHEL-16702
- Fix for CVE-2022-48565 Resolves: RHEL-7088
- Security fix for CVE-2023-40217 Resolves: RHEL-9621
- Security fix for CVE-2023-24329 Resolves: rhbz#2173917
- Add missing part of fix for CVE-2022-45061
- Security fix for CVE-2022-45061: CPU denial of service via inefficient IDNA decoder Resolves: rhbz#2144072
- Security fix for CVE-2015-20107 - Fix the test suite support for Expat >= 2.4.5 Resolves: rhbz#2075390
- 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