applications/system

python35u-debug - Debug version of the Python 3 runtime

Website: https://www.python.org/
License: Python
Description:
python35u-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.

Packages

python35u-debug-3.5.5-1.ius.centos7.x86_64 [2.5 MiB] Changelog by Carl George (2018-02-05):
- Latest upstream
- Skip test_bdist_rpm using test config rather than a patch (removes patch 137) (Fedora)
- Use a larger stack size on EL6
- Install license correctly
- Merge patches 180 and 206 (architecture naming) into new patch 274 (Fedora)
- Run autotools (autoconf268) to generate the configure script before building (Fedora)
- Use bundled expat on EL6
- Drop unnecessary db4 build requirement
- Update macros.python3.5 to align with python36u
- Fixed .pyc bytecompilation (Fedora)
- Remove unused configure flags (Fedora)

Listing created by Repoview-0.6.6-1.el6