Name: | rh-python34-python-debug |
---|---|
Version: | 3.4.2 |
Release: | 9.0.1.el7 |
Architecture: | x86_64 |
Group: | Applications/System |
Size: | 7830014 |
License: | Python |
RPM: | rh-python34-python-debug-3.4.2-9.0.1.el7.x86_64.rpm |
Source RPM: | rh-python34-python-3.4.2-9.0.1.el7.src.rpm |
Build Date: | Wed Feb 08 2017 |
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]
- Build debug build with -O1 to improve GDB backtraces Resolves: rhbz#1204169 - Fix tempfile.NamedTemporaryFile being closed while iterating Resolves: rhbz#1203236
- Add patch for unrestricted decompression in XMLRPC CVE-2013-1753 - Add patch to enable HTTPS verify by default CVE-2014-9365 - Enable set -e inside scl enable while calling tests - Skip failing test_readline test Resolves: rhbz#1187793 Resolves: rhbz#1187795
- Add patch for fixing type-punned pointer in ceval.c
- Add unversioned 2to3 binary
- Rebuild as wheel
- Change file permissions for executables
- Bump for rebuild with newer buildroot
- Fix macros names in devel subpackage so they don't contain dashes
- Updated to 3.4.2 - Added scl-utils-build to Requires (rhbz#1144601) - Add pynche executable (rhbz#1094640)