Name: | python38-debug |
---|---|
Version: | 3.8.3 |
Release: | 3.module+el8.3.0+7824+e0098946 |
Architecture: | x86_64 |
Module: | python38:3.8:8030020200818121840:2a5cc3c5 |
Group: | Unspecified |
Size: | 10049566 |
License: | Python |
RPM: | python38-debug-3.8.3-3.module+el8.3.0+7824+e0098946.x86_64.rpm |
Source RPM: | python38-3.8.3-3.module+el8.3.0+7824+e0098946.src.rpm |
Build Date: | Thu Nov 05 2020 |
Build Host: | jenkins-172-17-0-2-6ac708f2-bed6-47e7-88cd-1a6c240559eb.blddevtest1iad.osdevelopmeniad.oraclevcn.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. |
- Avoid infinite loop when reading specially crafted TAR files (CVE-2019-20907) Resolves: rhbz#1856481 - Resolve hash collisions for Pv4Interface and IPv6Interface (CVE-2020-14422) Resolves: rhbz#1854926
- Fix sqlite3 deterministic test Related: rhbz#1847416
- Rebased to 3.8.3 final - Backported changes from Fedora - Recommend python3-tkinter when tk is installed - Add bcond for no_semantic_interposition (enabled by default) - Update the ensurepip module to work with setuptools >= 45 Resolves: rhbz#1847416
- Fix test_hashlib and test_hmac under FIPS mode Resolves: rhbz#1812477
- Fix ensurepip to run pip via runpy to fix compatibility with pip 19.3.1 Resolves: rhbz#1827623
- Skip test_startup_imports from test_site if we have a .pth file in sys.path Resolves: rhbz#1815643
- Security fix for CVE-2020-8492 Resolves: rhbz#1810622
- Implement alternatives for /usr/bin/python, python3 and related executables - Resolves: rhbz#1807041
- Add support for FIPS mode - Resolves: rhbz#1793589
- Exclude unsupported i686 arch