Name: | python3-test |
---|---|
Version: | 3.6.8 |
Release: | 31.0.3.el8 |
Architecture: | i686 |
Group: | Unspecified |
Size: | 46276709 |
License: | Python |
RPM: | python3-test-3.6.8-31.0.3.el8.i686.rpm |
Source RPM: | python3-3.6.8-31.0.3.el8.src.rpm |
Build Date: | Tue Mar 09 2021 |
Build Host: | host-100-100-224-36.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://www.python.org/ |
Summary: | The self-test suite for the main python3 package |
Description: | The self-test suite for the Python interpreter. This is only useful to test Python itself. For testing general Python code, you should use the unittest module from python3-libs, or a library such as python3-pytest or python3-nose. |
- Fix buffer overflow in PyCArg_repr [Orabug: 32551171][CVE-2021-3177]
- Add Oracle Linux distribution in platform.py [Orabug: 20812544]
- 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
- Remove downstream 00178-dont-duplicate-flags-in-sysconfig.patch which introduced a bug on distutils.sysconfig.get_config_var('LIBPL') (rhbz#1851090).
- Fix python3-config --configdir (rhbz#1772992).
- Security fix for CVE-2020-8492 Resolves: rhbz#1810618
- Add a sentinel value on the Hmac_members table of the fips compliant hmac module Resolves: rhbz#1800512
- Skip test_startup_imports from test_site if we have a .pth file in sys.path Resolves: rhbz#1814392
- Security fix for CVE-2019-16935 Resolves: rhbz#1798001
- Build Python with -fno-semantic-interposition for better performance - https://fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup - Also fix test_gdb failures with Link Time Optimizations Resolves: rhbz#1724996