Name: | rh-python38-python-debug |
---|---|
Version: | 3.8.6 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 13338134 |
License: | Python |
RPM: | rh-python38-python-debug-3.8.6-1.el7.aarch64.rpm |
Source RPM: | rh-python38-python-3.8.6-1.el7.src.rpm |
Build Date: | Mon Jun 07 2021 |
Build Host: | ca-buildarm01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://www.python.org/ |
Summary: | Debug version of the Python runtime |
Description: | python38-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.8.6 - Security fixes for CVE-2020-26116, CVE-2020-14422 and CVE-2019-20907 Resolves: rhbz#1885289, rhbz#1885287, rhbz#1885290, rhbz#1885296
- Add a sentinel value on the Hmac_members table of the fips compliant hmac module Resolves: rhbz#1817494
- Add support for FIPS mode Resolves: rhbz#1817494
- Skip test_startup_imports from test_site if we have a .pth file in sys.path Resolves: rhbz#1815645
- Security fix for CVE-2020-8492 Resolves: rhbz#1810623
- Fix ensurepip to run pip via runpy to fix compatibility with pip 19.3.1 Resolves: rhbz#1827267
- Fix invocation of brp-python-bytecompile - Resolves: rhbz#1671025
- Removed patch 342 which is not needed with the new gcc from devtoolset - Resolves: rhbz#1671025
- Building with new gcc from devtoolset - Re-added dtrace and -fno-semantic-interposition - Resolves: rhbz#1671025
- Fixed path to /usr/local for pip - Resolves: rhbz#1671025