python27-python-debug - Debug version of the Python runtime
Website: | http://www.python.org/ |
---|---|
License: | Python |
Vendor: | CentOS Community Build Service |
- 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.
Packages
python27-python-debug-2.7.18-4.el7.x86_64 [2.0 MiB] |
Changelog
by Charalampos Stratakis (2022-03-16):
- Security fixes for CVE-2021-3733, CVE-2021-3737, CVE-2021-4189 and CVE-2022-0391 - Fix test suite issues with the latest expat security update Resolves: rhbz#1995234, rhbz#1995162, rhbz#2036020, rhbz#2047376 |
python27-python-debug-2.7.18-3.el7.x86_64 [2.0 MiB] |
Changelog
by Charalampos Stratakis (2021-07-21):
- Security fixes for CVE-2021-3177, CVE-2021-23336 and CVE-2020-27619 Resolves: rhbz#1918168, rhbz#1928904, rhbz#1889886 |
python27-python-debug-2.7.18-2.el7.x86_64 [2.0 MiB] |
Changelog
by Charalampos Stratakis (2020-09-30):
- Security fix for CVE-2020-26116: Reject control chars in HTTP method in httplib.putrequest Resolves: rhbz#1883541 |
python27-python-debug-2.7.17-2.el7.x86_64 [1.9 MiB] |
Changelog
by Charalampos Stratakis (2019-11-15):
- Rebuild to regenerate properly the pyc and pyo files Resolves: rhbz#1767887 |
python27-python-debug-2.7.16-6.el7.x86_64 [2.0 MiB] |
Changelog
by Charalampos Stratakis (2019-06-11):
- Security fix for CVE-2019-10160 Resolves: rhbz#1718924 |
python27-python-debug-2.7.16-4.el7.x86_64 [2.0 MiB] |
Changelog
by Victor Stinner (2019-05-20):
- Fix regression in the crypt module introduced in update to Python 2.7.16 (fix the name of the _crypt module init function). |
python27-python-debug-2.7.13-5.el7.x86_64 [1.9 MiB] |
Changelog
by Charalampos Stratakis (2018-05-23):
- Enable tests and rewheel |
python27-python-debug-2.7.13-3.el7.x86_64 [1.9 MiB] |
Changelog
by Tomas Orsava (2017-02-07):
- Reworked and readded patch 224: File based configuration of HTTPS verification Resolves: rhbz#1417838 |
python27-python-debug-2.7.8-16.el7.x86_64 [1.9 MiB] |
Changelog
by Charalampos Stratakis (2016-08-04):
- Fix for CVE-2016-1000110 HTTPoxy attack Resolves: rhbz#1359167 |
python27-python-debug-2.7.8-14.el7.x86_64 [1.9 MiB] |
Changelog
by Charalampos Stratakis (2016-04-28):
- Fix iteration over files with very long lines Resolves: rhbz#1329141 |
python27-python-debug-2.7.8-3.el7.x86_64 [1.9 MiB] |
Changelog
by Matej Stuchlik (2015-05-19):
- Add httplib fix for CVE-2013-1752 Resolves: rhbz#1187779 |