Name: | python36-debug |
---|---|
Version: | 3.6.8 |
Release: | 2.0.1.module+el8.4.0+20103+1849b5f9 |
Architecture: | aarch64 |
Module: | python36:3.6:8040020210127142720:9c5ef6b1 |
Group: | Unspecified |
Size: | 13131 |
License: | Python |
RPM: | python36-debug-3.6.8-2.0.1.module+el8.4.0+20103+1849b5f9.aarch64.rpm |
Source RPM: | python36-3.6.8-2.0.1.module+el8.4.0+20103+1849b5f9.src.rpm |
Build Date: | Wed Apr 14 2021 |
Build Host: | ca-buildarm05 |
Vendor: | Oracle America |
URL: | https://www.python.org/ |
Summary: | Debug version of the Python runtime |
Description: | python36-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 bytecode format is unchanged, so that .pyc files are compatible between this and the standard version of Python, but the debugging features mean that C/C++ extension modules are ABI-incompatible and must be built for each version separately. The debug build shares installation directories with the standard Python runtime, so that .py and .pyc files can be shared. Compiled extension modules use a special ABI flag ("d") in the filename, so extensions for both verisons can co-exist in the same directory. |
- Rebuild with python containing fix for [Orabug: 32551171][CVE-2021-3177]
- Bumping due to problems with modular RPM upgrade path - Resolves: rhbz#1695587
- Sync version-release with the python3 component - Resolves: rhbz#1658271
- Remove the Python source tarball as it's not being used in this symlink component - Create a new explanatory README - Resolves: rhbz#1654867
- Slightly edit the description - Related: rhbz#1633534
- Add Requires (/post/postun) on /usr/sbin/alternatives - Resolves: rhbz#1633534
- Don't list /usr/bin/python as a ghost file so `yum install /usr/bin/python` doesn't install this package - Resolves: rhbz#1633534
- Set a special Provides tag that advertises the `python36` package as an alternative to the non-existing `python` package - Resolves: rhbz#1633561
- Fix update of alternatives in the devel and debug packages - Resolves: rhbz#1633534
- Provide the name `python3`, `python3-devel` and `python3-debug` from their respective packages to provide a sane default for Python 3 - Provide the name `python36-modular-devel` from python36-rpm-macros so it's easier to remember and describe in documentation - Sync version-release with the python3 component - Resolves: rhbz#1632637