Name: | python34-debug |
---|---|
Version: | 3.4.10 |
Release: | 8.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 11930264 |
License: | Python |
RPM: | python34-debug-3.4.10-8.el7.aarch64.rpm |
Source RPM: | python34-3.4.10-8.el7.src.rpm |
Build Date: | Mon Jul 12 2021 |
Build Host: | host-100-100-224-6.blddevtest1iad.osdevelopmeniad.oraclevcn.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. |
- Fix wrong dbm test that failed on ppc64le Resolves: https://bugzilla.redhat.com/1923654 - Update test certificates & keys
- CVE-2020-26116: HTTP request method CRLF injection in httplib Resolves: rhbz#1883014
- Fix CVE-2020-14422 and CVE-2019-20907 Resolves: rhbz#1854926 Resolves: rhbz#1856481
- Security fix for CVE-2020-8492 - Resolves: rhbz#1809065
- Obsolete IUS python34u packages - Fix CVE-2019-10160 (rhbz#1718867) - Fix CVE-2019-16056 (rhbz#1750457)
- Require python3-other-rpm-macros instead of python3-rpm-macros
- Latest upstream - Use system expat on EL6
- Rebuilt to change main python from 3.4 to 3.6
- Use python3 style of calling super() without arguments in rpath patch to prevent recursion in UnixCCompiler subclasses (#1593660)
- Rebased to 3.4.9