Name: | python27-python-debug |
---|---|
Version: | 2.7.8 |
Release: | 3.el7 |
Architecture: | x86_64 |
Group: | Applications/System |
Size: | 6631437 |
License: | Python |
RPM: | python27-python-debug-2.7.8-3.el7.x86_64.rpm |
Source RPM: | python27-python-2.7.8-3.el7.src.rpm |
Build Date: | Tue Feb 02 2016 |
Build Host: | x86-ol7-builder-02.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 httplib fix for CVE-2013-1752 Resolves: rhbz#1187779
- Fix %check setion not failing properly on failed test - Fixed CVE-2013-1752, CVE-2013-1753 Resolves: rhbz#1187779
- Update to 2.7.8. Resolves: rhbz#1167912 - Make python-devel depend on scl-utils-build. Resolves: rhbz#1170993
- Add scl prefix to libpython.stp file Resolves: rhbz#1077272
- Bump release number to avoid build conflict with rhel-7.0
- Move unversioned python macros to metapackage
- Add patch to resolve missing libffi while building - Remove BuildRequires: db4-devel, add BuildRequires: libdb-devel
- Make building depending collections on top of python27 easier. Resolves: rhbz#994548
- Added patch for CVE-2013-4238 Resolves: rhbz#997768
- Fix memory leak of variable 'utf8' in marshal.c rhbz#985439