Name: | python27-python-debug |
---|---|
Version: | 2.7.8 |
Release: | 14.el7 |
Architecture: | x86_64 |
Group: | Applications/System |
Size: | 6781848 |
License: | Python |
RPM: | python27-python-debug-2.7.8-14.el7.x86_64.rpm |
Source RPM: | python27-python-2.7.8-14.el7.src.rpm |
Build Date: | Wed Aug 17 2016 |
Build Host: | ca-buildj3.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.python.org/ |
Summary: | Debug version of the Python runtime |
Description: | python-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 bytecodes are unchanged, so that .pyc files are compatible between the two version of Python, but the debugging features mean that C/C++ extension modules are ABI-incompatible with those built for the standard runtime. It shares installation directories with the standard Python runtime, so that .py and .pyc files can be shared. All compiled extension modules gain a "_d" suffix ("foo_d.so" rather than "foo.so") so that each Python implementation can load its own extensions. |
- Fix iteration over files with very long lines Resolves: rhbz#1329141
- Modified 00214-pep466-backport-py3-ssl-changes.patch to apply correctly Resolves: rhbz#1111464
- Modified 00224-pep476-add-toggle-for-cert-verify.patch to use certificate verification config file from python27 SCL directory. Resolves: rhbz#1111464
- Add choices for sort option of cProfile for better output Resolves: rhbz#1319655
- Modified patch so tests can acknowledge the existense or lack of SSLv2 support Resolves: rhbz#1319703
- Adjusted tests to acknowledge lack of SSLv2 support Resolves: rhbz#1319703
- Change HTTPS certificate verification to platform_default Resolves: rhbz#1319774
- Initialize OpenSSL_add_all_digests in _hashlib Resolves: rhbz#1318319
- Add missing cert-verification.cfg file Resolves: rhbz#1311044
- Fix filtering pkgconfig Requires/Provides on rhel7