Name: | python36-debug |
---|---|
Version: | 3.6.8 |
Release: | 38.module+el8.9.0+90104+968a3e84 |
Architecture: | aarch64 |
Module: | python36:3.6:8090020231215022647:ed68999d |
Group: | Unspecified |
Size: | 13131 |
License: | Python |
RPM: | python36-debug-3.6.8-38.module+el8.9.0+90104+968a3e84.aarch64.rpm |
Source RPM: | python36-3.6.8-38.module+el8.9.0+90104+968a3e84.src.rpm |
Build Date: | Fri Dec 15 2023 |
Build Host: | build-ol8-aarch64.oracle.com |
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. |
- Adjusted the postun scriptlets to enable upgrading to RHEL 9 - Resolves: rhbz#1933055
- Bump the release to a number higher than RHEL7 - Resolves: rhbz#1954567
- 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