python-debug - Debug version of the Python runtime
Website: | http://www.python.org/ |
---|---|
License: | Python |
Vendor: | Scientific Linux |
- 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-90.el7.x86_64 [2.0 MiB] |
Changelog
by Scientific Linux Auto Patch (2020-11-10):
- Update certificates to latest |
python-debug-2.7.5-89.el7.x86_64 [2.0 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.0 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.0 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.0 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.0 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.0 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.0 MiB] |
Changelog
by Charalampos Stratakis (2018-05-30):
- Remove 3DS cipher to mitigate CVE-2016-2183 (sweet32). Resolves: rhbz#1584545 |