[ol7_software_collections] rh-python36-python-debug-3.6.3-7.0.1.el7.aarch64

Name:rh-python36-python-debug
Version:3.6.3
Release:7.0.1.el7
Architecture:aarch64
Group:Applications/System
Size:13052510
License:Python
RPM: rh-python36-python-debug-3.6.3-7.0.1.el7.aarch64.rpm
Source RPM: rh-python36-python-3.6.3-7.0.1.el7.src.rpm
Build Date:Tue Apr 16 2019
Build Host:ca-buildarm02.us.oracle.com
Vendor:Oracle America
URL:https://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.

Related Packages (Show Changelog) (Show Filelist)