Name: | python27-python-debug |
---|---|
Version: | 2.7.5 |
Release: | 12.el7 |
Architecture: | x86_64 |
Group: | Applications/System |
Size: | 6608346 |
License: | Python |
RPM: | python27-python-debug-2.7.5-12.el7.x86_64.rpm |
Source RPM: | python27-python-2.7.5-12.el7.src.rpm |
Build Date: | Mon Jun 01 2015 |
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 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
- Switch -O0 to -O1, as -O0 makes gcc ignore FORTIFY_SOURCE.
- Compile debug build libraries with -O0, fixes rhbz#967902.
- Properly generate bytecompilation files for Python itself Fixes: rhbz#967224 rhbz#967288 rhbz#968199