Name: | python3-devel |
---|---|
Version: | 3.6.8 |
Release: | 45.0.1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 0 |
License: | Python |
RPM: | python3-devel-3.6.8-45.0.1.el8.x86_64.rpm |
Source RPM: | python3-3.6.8-45.0.1.el8.src.rpm |
Build Date: | Mon Apr 11 2022 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://www.python.org/ |
Summary: | Libraries and header files needed for Python development |
Description: | This package contains the header files and configuration needed to compile Python extension modules (typically written in C or C++), to embed Python into other programs, and to make binary distributions for Python libraries. It also contains the necessary macros to build RPM packages with Python modules and 2to3 tool, an automatic source converter from Python 2.X. It also makes the "python3" and "python3-config" commands available for compatibility with some build systems. When building packages, prefer requiring platform-python-devel and using the %{__python3} macro instead, if possible. |
- Add Oracle Linux distribution in platform.py [Orabug: 20812544]
- Security fix for CVE-2021-4189: ftplib should not use the host from the PASV response Resolves: rhbz#2036020
- Use the monotonic clock for theading.Condition - Use the monotonic clock for the global interpreter lock Resolves: rhbz#2003758
- Change shouldRollover() methods of logging.handlers to only rollover regular files Resolves: rhbz#2009200
- Security fix for CVE-2021-3737 Resolves: rhbz#1995162
- Security fix for CVE-2021-3733: Denial of service when identifying crafted invalid RFCs Resolves: rhbz#1995234
- Adjusted the postun scriptlets to enable upgrading to RHEL 9 - Resolves: rhbz#1933055
- Fix reentrant call to threading.enumerate() (rhbz#1959459) - Don't exit Python with abort() when a thread exit and there is no available file descriptor to load dynamically the libgcc_s.so.1 library (rhbz#1972293)
- Security fix for CVE-2021-3426: information disclosure via pydoc Resolves: rhbz#1935913
- Fix for CVE-2021-23336 Resolves: rhbz#1928904