Name: | python34-debug |
---|---|
Version: | 3.4.5 |
Release: | 4.el7 |
Architecture: | x86_64 |
Group: | Applications/System |
Size: | 9445212 |
License: | Python |
RPM: | python34-debug-3.4.5-4.el7.x86_64.rpm |
Source RPM: | python34-3.4.5-4.el7.src.rpm |
Build Date: | Mon Aug 21 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.python.org/ |
Summary: | Debug version of the Python 3 runtime |
Description: | python34-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. |
- Do not exclude bundled setuptools and pip from the installation when rewheel is disabled(rhbz#1263057)
- Re-enable tests on aarch64
- Temporarily disable tests on aarch64
- Update to 3.4.5
- Ensure gc tracking is off when invoking weakref callbacks
- Update to build on EL6
- Fix for CVE-2016-1000110 HTTPoxy attack
- Fix CVE-2016-5636 - SPEC file cleanup
- 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 http.client (upstream patch) Resolves: rhbz#1348973, rhbz#1348982
- Make relocating Python by changing _prefix actually work - Disable test_gdb on aarch64 (rhbz#1196181), it joins all other non x86 arches