Name: | python3-debug |
---|---|
Version: | 3.9.14 |
Release: | 1.el9 |
Architecture: | i686 |
Group: | Unspecified |
Size: | 10939012 |
License: | Python |
RPM: | python3-debug-3.9.14-1.el9.i686.rpm |
Source RPM: | python3.9-3.9.14-1.el9.src.rpm |
Build Date: | Wed Nov 16 2022 |
Build Host: | build-ol9-i386.oracle.com |
Vendor: | Oracle America |
URL: | https://www.python.org/ |
Summary: | Debug version of the Python runtime |
Description: | python3-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 debug build shares installation directories with the standard Python runtime. Python modules -- source (.py), bytecode (.pyc), and C-API extensions (.cpython*.so) -- are compatible between this and the standard version of Python. The debug runtime additionally supports debug builds of C-API extensions (with the "d" ABI flag) for debugging issues in those extensions. |
- Update to 3.9.14 - Security fixes for CVE-2020-10735 and CVE-2021-28861 Resolves: rhbz#2120642, rhbz#1834423, rhbz#2128249
- Fix test_get_ciphers in test_ssl.py for FIPS mode Resolves: rhbz#2058233
- Security fix for CVE-2015-20107 Resolves: rhbz#2075390
- Update to 3.9.13 Resolves: rhbz#2054702, rhbz#2059951
- Fix undefined behavior in Modules/_hashopenssl.c Resolves: rhbz#1942527
- Update to 3.9.10 - Support OpenSSL FIPS mode Resolves: rhbz#1942527, rhbz#1835169
- Instruct pip to use distutils - Instruct pypa/distutils to add /local/ addition to prefix
- Read pre-packaged Python wheels from a newly versioned directory /usr/share/python3-wheels - Resolves: rhbz#1982668
- Update to 3.9.9 Resolves: rhbz#2024322
- Update to 3.9.8 Resolves: rhbz#2003759