Name: | python-debug |
---|---|
Version: | 2.7.5 |
Release: | 34.0.1.el7 |
Architecture: | x86_64 |
Group: | Applications/System |
Size: | 6927868 |
License: | Python |
RPM: | python-debug-2.7.5-34.0.1.el7.x86_64.rpm |
Source RPM: | python-2.7.5-34.0.1.el7.src.rpm |
Build Date: | Sat Nov 21 2015 |
Build Host: | ca-buildj3.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]
- Revert fix for rhbz#1117751 as it leads to regressions Resolves: rhbz#1117751
- Only restore SIG_PIPE when Popen called with restore_sigpipe Resolves: rhbz#1117751
- Backport SSLSocket.version function - Temporary disable test_gdb on ppc64le rhbz#1260558 Resolves: rhbz#1259421
- Update load_cert_chain function to accept None keyfile Resolves: rhbz#1250611
- Change Patch224 according to latest update in PEP493 Resolves:rhbz#1219108
- Popen shouldn't ignore SIG_PIPE Resolves: rhbz#1117751
- Exclude python subprocess temp files from cleaning Resolves: rhbz#1058482
- Add list for cprofile sort option Resolves:rhbz#1237107
- Add switch to toggle cert verification on or off globally Resolves:rhbz#1219108