Name: | python-debug |
---|---|
Version: | 2.7.5 |
Release: | 18.el7_1.1 |
Architecture: | x86_64 |
Group: | Applications/System |
Size: | 6858505 |
License: | Python |
RPM: | python-debug-2.7.5-18.el7_1.1.x86_64.rpm |
Source RPM: | python-2.7.5-18.el7_1.1.src.rpm |
Build Date: | Tue Jun 23 2015 |
Build Host: | x86-ol7-builder-01.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. |
- make multiprocessing ignore EINTR Resolves: rhbz#1210347
- valgrind is now supported on aarch64/ppc64le Resolves: rhbz#1137039
- Fix building on ppc64le (fix test_gdb, disable valgrind support). Resolves: rhbz#1125657
- Fix buffer overflow (upstream patch) Resolves: rhbz#1062376
- Mass rebuild 2014-01-24
- Fix missing documentation for some keywords Resolves: rhbz#1032116
- Make library-files user writable Resolves: rhbz#1046276
- Use -O3 when building on ppc64. Resolves: rhbz#1051076
- Mass rebuild 2013-12-27
- Added an explicit RPATH to _elementtree.so Resolves: rhbz#1019345