Name: | python34-debug |
---|---|
Version: | 3.4.9 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Applications/System |
Size: | 11995458 |
License: | Python |
RPM: | python34-debug-3.4.9-1.el7.aarch64.rpm |
Source RPM: | python34-3.4.9-1.el7.src.rpm |
Build Date: | Sat Sep 01 2018 |
Build Host: | ca-buildarm03.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. |
- Rebased to 3.4.9
- Move macros to python-rpm-macros (#1599809)
- Latest upstream - Patches 242, 248, and 286 merged upstream
- Fix for CVE-2017-1000158 - rhbz#1519601: https://bugzilla.redhat.com/show_bug.cgi?id=1519601
- Dropped BuildRequires on db4-devel which was useful for Python 2 (module bsddb), however, no longer needod for Python 3
- Do not exclude bundled setuptools and pip from the installation when rewheel is disabled(rhbz#1457590)
- Update to 3.4.5
- Ensure gc tracking is off when invoking weakref callbacks
- disable test_faulthandler for %{power64}, not just ppc64le
- Update to build on EL6