Name: | python27-python-debug |
---|---|
Version: | 2.7.16 |
Release: | 4.0.1.el7 |
Architecture: | aarch64 |
Group: | Applications/System |
Size: | 9932142 |
License: | Python |
RPM: | python27-python-debug-2.7.16-4.0.1.el7.aarch64.rpm |
Source RPM: | python27-python-2.7.16-4.0.1.el7.src.rpm |
Build Date: | Fri May 24 2019 |
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. |
- Add Oracle Linux distribution in platform.py [orabug 20812544]
- Fix regression in the crypt module introduced in update to Python 2.7.16 (fix the name of the _crypt module init function).
- Disallow control chars in http URLs - Fixes CVE-2019-9740 and CVE-2019-9947 Resolves: rhbz#1709403 and rhbz#1709407
- Updated fix for CVE-2019-9636 Resolves: rhbz#1709329
- Update to 2.7.16 Resolves: rhbz#1709388, rhbz#1709381, rhbz#1709360
- Security fix for CVE-2019-9636 Resolves: rhbz#1689325
- 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