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-94.el7_9.x86_64 [2.0 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.0 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.0 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.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 |