CentOS 7 - SCL for x86_64: applications/system: rh-python35-python-debug
Jump to letter: [
CDGHLMNPRSTV
]
rh-python35-python-debug - 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.
Packages
rh-python35-python-debug-3.5.1-13.el7.x86_64
[2.5 MiB] |
Changelog
by Charalampos Stratakis (2019-05-10):
- Updated fix for CVE-2019-9636
Resolves: rhbz#1709331
|
rh-python35-python-debug-3.5.1-11.el7.x86_64
[2.5 MiB] |
Changelog
by Tomas Orsava (2016-09-14):
- Updated .pyc 'bytecompilation with the newly installed interpreter' to also
recompile optimized .pyc files
- Removed .pyo 'bytecompilation with the newly installed interpreter', as .pyo
files are no more
- Updated %py_byte_compile macro
Resolves rhbz#1374667
|
rh-python35-python-debug-3.5.1-6.el7.x86_64
[2.5 MiB] |
Changelog
by Charalampos Stratakis (2016-04-26):
- Modify cprofile-sort-option.patch for Python 3
Resolves: rhbz#1326287
|