python-debug - Debug version of the Python runtime
Website: | http://www.python.org/ |
---|---|
License: | Python |
Vendor: | CentOS |
- 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
python-debug-2.7.5-94.el7_9.x86_64 [2.2 MiB] |
Changelog
by Charalampos Stratakis (2023-09-27):
- Security fix for CVE-2023-40217 Resolves: RHEL-9615 |
python-debug-2.7.5-93.el7_9.x86_64 [2.2 MiB] |
Changelog
by Lumír Balhar (2023-05-25):
- Fix for CVE-2023-24329 Resolves: rhbz#2173917 |
python-debug-2.7.5-92.el7_9.x86_64 [2.2 MiB] |
Changelog
by Charalampos Stratakis (2022-05-24):
- Security fix for CVE-2021-3177 Resolves: rhbz#1918168 |
python-debug-2.7.5-90.el7.x86_64 [2.2 MiB] |
Changelog
by Charalampos Stratakis (2020-07-31):
- Avoid infinite loop when reading specially crafted TAR files (CVE-2019-20907) Resolves: rhbz#1856481 |
python-debug-2.7.5-89.el7.x86_64 [2.2 MiB] |
Changelog
by Charalampos Stratakis (2020-03-20):
- Security fix for CVE-2019-16935 Resolves: rhbz#1797998 |
python-debug-2.7.5-88.el7.x86_64 [2.2 MiB] |
Changelog
by Charalampos Stratakis (2019-09-25):
- Security fix for CVE-2019-16056 Resolves: rhbz#1750773 |
python-debug-2.7.5-86.el7.x86_64 [2.2 MiB] |
Changelog
by Charalampos Stratakis (2019-06-11):
- Security fix for CVE-2019-10160 Resolves: rhbz#1718388 |
python-debug-2.7.5-80.el7_6.x86_64 [2.2 MiB] |
Changelog
by Charalampos Stratakis (2019-06-11):
- Security fix for CVE-2019-10160 Resolves: rhbz#1718401 |
python-debug-2.7.5-77.el7_6.x86_64 [2.2 MiB] |
Changelog
by Charalampos Stratakis (2019-03-26):
- Security fix for CVE-2019-9636 Resolves: rhbz#1689316 |
python-debug-2.7.5-76.el7.x86_64 [2.2 MiB] |
Changelog
by Charalampos Stratakis (2018-09-10):
- Remove an unversioned obsoletes tag Resolves: rhbz#1627059 |
python-debug-2.7.5-69.el7_5.x86_64 [2.2 MiB] |
Changelog
by Charalampos Stratakis (2018-05-30):
- Remove 3DS cipher to mitigate CVE-2016-2183 (sweet32). Resolves: rhbz#1584545 |
python-debug-2.7.5-68.el7.x86_64 [2.2 MiB] |
Changelog
by Tomas Orsava (2018-02-19):
- Add Conflicts tag with old virtualenv versions due to new behaviour of httplib (patch 295) Resolves: rhbz#1483438 |
python-debug-2.7.5-58.el7.x86_64 [2.2 MiB] |
Changelog
by Charalampos Stratakis (2017-05-03):
- Set stream to None in case an _open() fails. Resolves: rhbz#1432003 |
python-debug-2.7.5-48.el7.x86_64 [2.2 MiB] |
Changelog
by Charalampos Stratakis (2016-08-01):
- Fix for CVE-2016-1000110 HTTPoxy attack Resolves: rhbz#1359164 |
python-debug-2.7.5-39.el7_2.x86_64 [2.2 MiB] |
Changelog
by Charalampos Stratakis (2016-08-29):
- Fix hashlib algorithms breaking by initializing OpenSSL_add_all_digests function in _hashlib library Resolves: rhbz#1371132 |
python-debug-2.7.5-38.el7_2.x86_64 [2.2 MiB] |
Changelog
by Charalampos Stratakis (2016-08-09):
- Fix for CVE-2016-1000110 HTTPoxy attack Resolves: rhbz#1359163 |
python-debug-2.7.5-34.el7.x86_64 [2.2 MiB] |
Changelog
by Matej Stuchlik (2015-10-09):
- Revert fix for rhbz#1117751 as it leads to regressions Resolves: rhbz#1117751 |
python-debug-2.7.5-18.el7_1.1.x86_64 [2.1 MiB] |
Changelog
by Robert Kuska (2015-04-09):
- make multiprocessing ignore EINTR Resolves: rhbz#1210347 |