Name: | rh-python35-python-debug |
---|---|
Version: | 3.5.1 |
Release: | 11.0.1.el7 |
Architecture: | x86_64 |
Group: | Applications/System |
Size: | 9878262 |
License: | Python |
RPM: | rh-python35-python-debug-3.5.1-11.0.1.el7.x86_64.rpm |
Source RPM: | rh-python35-python-3.5.1-11.0.1.el7.src.rpm |
Build Date: | Wed Dec 07 2016 |
Build Host: | x86-ol7-builder-02.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 .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)
- Rebuild with rewheel, enable tests
- Fix bytecompile macro name in macros.python3 - Temporary disable tests for faster rebuild