Name: | python-debug |
---|---|
Version: | 2.7.5 |
Release: | 69.0.1.el7_5 |
Architecture: | aarch64 |
Group: | Applications/System |
Size: | 9874379 |
License: | Python |
RPM: | python-debug-2.7.5-69.0.1.el7_5.aarch64.rpm |
Source RPM: | python-2.7.5-69.0.1.el7_5.src.rpm |
Build Date: | Tue Jul 03 2018 |
Build Host: | ca-buildarm04.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]
- Remove 3DS cipher to mitigate CVE-2016-2183 (sweet32). Resolves: rhbz#1584545
- Add Conflicts tag with old virtualenv versions due to new behaviour of httplib (patch 295) Resolves: rhbz#1483438
- Re-add the private `_set_hostport` api to httplib (Patch 296) Resolves: rhbz#1546351
- Fix https connections behind a proxy. Resolves: rhbz#1483438
- Fix hanging of all threads when trying to access an inaccessible NFS server. Resolves: rhbz#1520068
- Fix an issue with the context parameter addition to xmlrpclib.ServerProxy Resolves: rhbz#1490392
- Make it more likely for the system allocator to release free()d memory arenas Resolves: rhbz#1468410
- Add context parameter to xmlrpclib.ServerProxy Resolves: rhbz#1490392
- Increase imaplib's MAXLINE to accommodate modern mailbox sizes. Resolves: rhbz#1489858