Name: | python-debug |
---|---|
Version: | 2.7.5 |
Release: | 58.0.1.el7 |
Architecture: | aarch64 |
Group: | Applications/System |
Size: | 9873691 |
License: | Python |
RPM: | python-debug-2.7.5-58.0.1.el7.aarch64.rpm |
Source RPM: | python-2.7.5-58.0.1.el7.src.rpm |
Build Date: | Wed May 09 2018 |
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]
- Set stream to None in case an _open() fails. Resolves: rhbz#1432003
- Fix implicit declaration warnings of functions added by patches 147 and 265 Resolves: rhbz#1441237
- Fix shutil.make_archive ignoring empty directories when creating zip files Resolves: rhbz#1439734
- Update Python RPM macros with new ones from EPEL7 to simplify packaging Resolves: rhbz#1297522
- Protect key list during fork() Resolves: rhbz#1268226
- Fix _ssl.c reference leaks Resolves: rhbz#1272562
- Workaround Python's threading library issue with non returning wait, for signals with timeout Resolves: rhbz#1368076
- Enable certificate verification by default Resolves: rhbz#1219110
- Fix incorrect parsing of certain regular expressions Resolves: rhbz#1373363