Name: | python-debug |
---|---|
Version: | 2.7.5 |
Release: | 77.0.1.el7_6 |
Architecture: | aarch64 |
Group: | Applications/System |
Size: | 9874259 |
License: | Python |
RPM: | python-debug-2.7.5-77.0.1.el7_6.aarch64.rpm |
Source RPM: | python-2.7.5-77.0.1.el7_6.src.rpm |
Build Date: | Tue Apr 09 2019 |
Build Host: | ca-buildarm01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.python.org/ |
Summary: | Debug version of the Python runtime |
Description: | python-debug provides a version of the Python 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 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 version of Python, 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 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 implementation can load its own extensions. |
- Add Oracle Linux distribution in platform.py [orabug 20812544]
- Security fix for CVE-2019-9636 Resolves: rhbz#1689316
- Remove an unversioned obsoletes tag Resolves: rhbz#1627059
- Provide the /usr/libexec/platform-python symlink to the main binary Resolves: rhbz#1599159
- Fix OSERROR 17 due to _multiprocessing/semaphore.c assuming a one-to-one Pid -> process mapping Resolves: rhbz#1579432
- Remove 3DS cipher to mitigate CVE-2016-2183 (sweet32). Resolves: rhbz#1581901
- Fix CVE-2018-1060 and CVE-2018-1061 Resolves: rhbz#1563454 and rhbz#1549192 - Provide python2-libs from the python-libs subpackage Resolves: rhbz#1557460
- Limit the number of CPU cores when building the package on power architectures Resolves: rhbz#1568974
- Do not send IP addresses in SNI TLS extension Resolves: rhbz#1555314
- Fix nondeterministic read in test_pty Resolves: rhbz#1512160