Name: | rh-python36-python-debug |
---|---|
Version: | 3.6.3 |
Release: | 1.0.1.el7 |
Architecture: | x86_64 |
Group: | Applications/System |
Size: | 10500544 |
License: | Python |
RPM: | rh-python36-python-debug-3.6.3-1.0.1.el7.x86_64.rpm |
Source RPM: | rh-python36-python-3.6.3-1.0.1.el7.src.rpm |
Build Date: | Mon Dec 18 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://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]
- Update to Python 3.6.3 Resolves: rhbz#1498526
- Fix the "urllib FTP protocol stream injection" vulnerability Resolves: rhbz#1478955
- Hard-code RUNPATH (not RPATH) into the executables and C libraries so that Python can be run without first running scl enable Resolves: rhbz#1479406
- Update to Python 3.6.2 - Enable profile guided optimizations for x86_64 and i686 architectures - Replace the "--verbose" flag with "-wW" and add "--slowest" flag Resolves: rhbz#1463715
- Make test_asyncio not depend on the current SIGHUP signal handler Resolves: rhbz#1461453
- Enable rewheel
- Update to Python 3.6.1 - Disable rewheel mode
- Moved pythondeps-scl-35.sh and 2 macro definitions from the rh-python35-build subpackage here to the python-devel subpackage where it should be for dependant collections to build properly - Also defined the 2 macros in this spec file so they are available during the build of Python itself Resolves: rhbz#1422346
- 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