Name: | python36-debug |
---|---|
Version: | 3.6.6 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 13468700 |
License: | Python |
RPM: | python36-debug-3.6.6-1.el7.aarch64.rpm |
Source RPM: | python36-3.6.6-1.el7.src.rpm |
Build Date: | Sat Sep 01 2018 |
Build Host: | ca-buildarm01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://www.python.org/ |
Summary: | Debug version of the Python runtime |
Description: | python3-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 versions can co-exist in the same directory. |
- Update to Python 3.6.6
- Move macros to python-rpm-macros (#1599809)
- Re-add pathfix.py to bindir and provide it in the -devel subpackage
- Update to 3.6.5
- Add -n option for pathfix.py Resolves: rhbz#1546990
- Filter out automatic /usr/bin/python3.X requirement, recommending the main package from libs is not possible since rich dependencies are not available in EPEL7 Resolves: rhbz#1547131
- Remove the python36-tools package (#rhbz 1312030) - Move /usr/bin/2to3-3 to python36-devel (will come into effect once python36 is the main Python 3 version in EPEL 7) - Move /usr/bin/idle and idlelib to python36-idle - Provide python36-tools from python36-idle
- Escape macros in %changelog
- Remove sys.executable check from change-user-install-location patch Resolves: rhbz#1532287
- Restore the PyExc_RecursionErrorInst public symbol