Name: | python-debug |
---|---|
Version: | 2.7.5 |
Release: | 39.0.1.el7_2 |
Architecture: | x86_64 |
Group: | Applications/System |
Size: | 6927884 |
License: | Python |
RPM: | python-debug-2.7.5-39.0.1.el7_2.x86_64.rpm |
Source RPM: | python-2.7.5-39.0.1.el7_2.src.rpm |
Build Date: | Wed Sep 14 2016 |
Build Host: | x86-ol7-builder-02.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 hashlib algorithms breaking by initializing OpenSSL_add_all_digests function in _hashlib library Resolves: rhbz#1371132
- Fix for CVE-2016-1000110 HTTPoxy attack Resolves: rhbz#1359163
- Force all child threads to terminate in TestForkInThread Resolves: rhbz#1365200
- 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#1346356
- Adjusted tests to acknowledge lack of SSLv2 support Resolves: rhbz#1351584
- Revert fix for rhbz#1117751 as it leads to regressions Resolves: rhbz#1117751
- Only restore SIG_PIPE when Popen called with restore_sigpipe Resolves: rhbz#1117751
- Backport SSLSocket.version function - Temporary disable test_gdb on ppc64le rhbz#1260558 Resolves: rhbz#1259421
- Update load_cert_chain function to accept None keyfile Resolves: rhbz#1250611