Name: | python27-python-debug |
---|---|
Version: | 2.7.13 |
Release: | 5.el7 |
Architecture: | aarch64 |
Group: | Applications/System |
Size: | 9797779 |
License: | Python |
RPM: | python27-python-debug-2.7.13-5.el7.aarch64.rpm |
Source RPM: | python27-python-2.7.13-5.el7.src.rpm |
Build Date: | Tue Jun 26 2018 |
Build Host: | ca-buildarm04.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. |
- Enable tests and rewheel
- Add support for aarch64 and ppc64le. - Disable rewheel and tests
- Reworked and readded patch 224: File based configuration of HTTPS verification Resolves: rhbz#1417838
- Rebuilding because some .pyc/.pyo files were not properly generated in the official build for some reason
- Rebased to Python 2.7.13 - Removed backport of PEP 466 (Patches 213-228) - Rebased/rewritten patches 1, 6, 10, 55, 102, 112, 134, 136, 137, 146, 153, 156, 167, 170, 180, 181, 189, 191 - Dropped patches 166, 184, 196, 197, 229, 230, 232, 237, 238, 242 - Added the rewheel module: patch 198 Resolves: rhbz#1402809
- Fix for CVE-2016-1000110 HTTPoxy attack Resolves: rhbz#1359167
- Fix for CVE-2016-0772 python: smtplib StartTLS stripping attack (rhbz#1303647) Raise an error when STARTTLS fails (upstream patch) - Fix for CVE-2016-5699 python: http protocol steam injection attack (rhbz#1303699) Disabled HTTP header injections in httplib (upstream patch) Resolves: rhbz#1346358
- 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