Name: | python33-python-debug |
---|---|
Version: | 3.3.2 |
Release: | 12.el7 |
Architecture: | x86_64 |
Group: | Applications/System |
Size: | 7618886 |
License: | Python |
RPM: | python33-python-debug-3.3.2-12.el7.x86_64.rpm |
Source RPM: | python33-python-3.3.2-12.el7.src.rpm |
Build Date: | Mon Jun 01 2015 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.python.org/ |
Summary: | Debug version of the Python 3 runtime |
Description: | python3-debug provides a version of the Python 3 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 3 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 versions of Python 3, 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 3 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 3 implementation can load its own extensions. |
- Create a "python" man page Resolves: rhbz#1072522
- Fix memory leak in os module Resolves: rhbz#1071868
- Move unversioned python macros to metapackage
- Bytecompile all *.py files properly during build (rhbz#1023607) - Allow building depending packages with unversioned python macros i.e. %{__python} instead of %{__python3}
- Fix memory leak in gdbm module (rhbz#977308) - Make building depending collections on top of python33 easier - Fix build with libffi containing multilib wrapper for ffi.h (rhbz#979696).
- Added patch for CVE-2013-4238 (rhbz#996733).
- Fix __os_install_post to compress manfiles properly.
- Disable default bytecompilation during build, fixes rhbz#971427. - Fix for gettext plural form headers, fixes rhbz#968928. - Compile debug build libraries with -O1, fixes rhbz#967900. - Print repr() in when C assert fails in debug build, fixes rhbz#971858.
- Own the pkgconfig dir and tapsetdir, these are not owned by any the respective packages in SCL (rhbz#966547).
- Remove __root_bindir wrapper (rhbz#966412).