Name: | python36-debug |
---|---|
Version: | 3.6.3 |
Release: | 7.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 13465044 |
License: | Python |
RPM: | python36-debug-3.6.3-7.el7.aarch64.rpm |
Source RPM: | python36-3.6.3-7.el7.src.rpm |
Build Date: | Sat May 26 2018 |
Build Host: | ca-buildarm02.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 verisons can co-exist in the same directory. |
- Include the bundled pip and setuptools with the installation.
- Skip failing test_sha256 from test_socket on linux kernels < 4.5 Resolves: rhbz#1528580
- Build the python36 package for EPEL.
- Raise the release of platform-python obsoletes for better maintainability
- Obsolete platform-python and it's subpackages
- Fix memory corruption due to allocator mix Resolves: rhbz#1498207
- Update to Python 3.6.3
- Move pathfix.py to bindir, https://github.com/fedora-python/python-rpm-porting/issues/24 - Make the -devel package require redhat-rpm-config Resolves: rhbz#1496757
- Fix /usr/bin/env dependency from python3-tools Resolves: rhbz#1482118
- Include `-g` in the flags sent to the linker (LDFLAGS) Resolves: rhbz#1483222