rh-python36-python-debug - Debug version of the Python 3 runtime
Website: | https://www.python.org/ |
---|---|
License: | Python |
Vendor: | CentOS |
- Description:
python3-debug provides a version of the Python 3 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 3 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 versions of Python 3, 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 3 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 3 implementation can load its own extensions.
Packages
rh-python36-python-debug-3.6.12-1.el7.x86_64 [2.6 MiB] |
Changelog
by Charalampos Stratakis (2020-09-01):
- Update to 3.6.12 (rhbz#1873080) - Security fixes for CVE-2019-18348 (rhbz#1765148), CVE-2019-16935 (rhbz#1798002), CVE-2020-8492 (rhbz#1810620), CVE-2019-20907 (rhbz#1856545), CVE-2020-14422 (rhbz#1857276) - Fix faulthandler stack size - Reduce the number of tests running during the profile guided optimizations build and enable the optimizations for all the supported architectures |
rh-python36-python-debug-3.6.9-2.el7.x86_64 [2.6 MiB] |
Changelog
by Charalampos Stratakis (2019-09-11):
- Security fix for CVE-2019-16056 Resolves: rhbz#1750829 |
rh-python36-python-debug-3.6.3-7.el7.x86_64 [2.6 MiB] |
Changelog
by Tomas Orsava (2019-04-09):
- Security fix for CVE-2019-9636 Resolves: rhbz#1689322 |
rh-python36-python-debug-3.6.3-3.el7.x86_64 [2.6 MiB] |
Changelog
by Charalampos Stratakis (2018-01-09):
- Bump release for rebuild |
rh-python36-python-debug-3.6.3-1.el7.x86_64 [2.6 MiB] |
Changelog
by Charalampos Stratakis (2017-10-05):
- Update to Python 3.6.3 Resolves: rhbz#1498526 |
rh-python36-python-debug-3.6.2-3.el7.x86_64 [2.6 MiB] |
Changelog
by Iryna Shcherbina (2017-08-07):
- Fix the "urllib FTP protocol stream injection" vulnerability Resolves: rhbz#1478955 |