Name: | rh-python35-python-debug |
---|---|
Version: | 3.5.1 |
Release: | 13.0.1.el7 |
Architecture: | x86_64 |
Group: | Applications/System |
Size: | 9878406 |
License: | Python |
RPM: | rh-python35-python-debug-3.5.1-13.0.1.el7.x86_64.rpm |
Source RPM: | rh-python35-python-3.5.1-13.0.1.el7.src.rpm |
Build Date: | Wed May 29 2019 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.python.org/ |
Summary: | Debug version of the Python 3 runtime |
Description: | python3-debug provides a version of the Python 3 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 3 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 versions of Python 3, 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 3 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 3 implementation can load its own extensions. |
- Add Oracle Linux distribution in platform.py [orabug 20812544]
- Updated fix for CVE-2019-9636 Resolves: rhbz#1709331
- Security fix for CVE-2019-9636 Resolves: rhbz#1689319
- Updated .pyc 'bytecompilation with the newly installed interpreter' to also recompile optimized .pyc files - Removed .pyo 'bytecompilation with the newly installed interpreter', as .pyo files are no more - Updated %py_byte_compile macro Resolves rhbz#1374667
- Bump release number for rebuild Resolves: rhbz#1359174
- Fix for CVE-2016-1000110 HTTPoxy attack Resolves: rhbz#1359174
- Fix for CVE-2016-0772 python: smtplib StartTLS stripping attack (rhbz#1303647) Raise an error when STARTTLS fails (upstream patch) Resolves: rhbz#1346361
- Modify cprofile-sort-option.patch for Python 3 Resolves: rhbz#1326287
- Add choices for sort option of cProfile for better output Resolves: rhbz#1326287
- Properly apply patches 170&201, remove duplicated Patch200(207)