Name: | python2-debug |
---|---|
Version: | 2.7.15 |
Release: | 22.0.1.module+el8.0.0+5233+93973c75 |
Architecture: | aarch64 |
Module: | python27:2.7:8000020190410132513:17efdbc7 |
Group: | Applications/System |
Size: | 10593765 |
License: | Python |
RPM: | python2-debug-2.7.15-22.0.1.module+el8.0.0+5233+93973c75.aarch64.rpm |
Source RPM: | python2-2.7.15-22.0.1.module+el8.0.0+5233+93973c75.src.rpm |
Build Date: | Mon Jun 03 2019 |
Build Host: | ca-arm-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://www.python.org/ |
Summary: | Debug version of the Python 2 runtime |
Description: | python2-debug provides a version of the Python 2 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 2 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 2, 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 2 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 2 implementation can load its own extensions. |
- Add Oracle Linux distribution in platform.py [Orabug: 20812544]
- Security fix for CVE-2019-9636 (rhbz#1693974)
- Fix Tkinter - Remove wininst exe files, that are no longer included, from the files section - Resolves: rhbz#1656488
- Fix launcher of pynche - Resolves: rhbz#1656479
- Remove remaining unversioned executables (idle, msgfmt.py, pygettext.py, pynche, smtpd.py, python-config) Resolves: rhbz#1656511
- Workaround Python's threading library issue with non returning wait, for signals with timeout Resolves: rhbz#1653754
- Add choices for sort option of cProfile for better output Resolves: rhbz#1649473
- Bring audiotest.au back to package. It's not copyrighted anymore. - Resolves: rhbz#1647692
- Slightly edit the description - Related: rhbz#1633537
- Add Requires (/post/postun) on /usr/sbin/alternatives - Resolves: rhbz#1633537