applications/system

python3-debug - Debug version of the Python 3 runtime

Website: http://www.python.org/
License: Python
Vendor: Fedora Project
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

python3-debug-3.5.3-6.fc24.i686 [2.3 MiB] Changelog by Charalampos Stratakis (2017-05-10):
- Enable profile guided optimizations for x86_64 and i686 architectures
python3-debug-3.5.3-6.fc24.x86_64 [2.5 MiB] Changelog by Charalampos Stratakis (2017-05-10):
- Enable profile guided optimizations for x86_64 and i686 architectures
python3-debug-3.5.3-5.fc24.i686 [2.3 MiB] Changelog by Charalampos Stratakis (2017-04-24):
- Make pip installable in a new venv when using the --system-site-packages flag
python3-debug-3.5.3-5.fc24.x86_64 [2.5 MiB] Changelog by Charalampos Stratakis (2017-04-24):
- Make pip installable in a new venv when using the --system-site-packages flag
python3-debug-3.5.3-4.fc24.x86_64 [2.5 MiB] Changelog by Tomas Orsava (2017-03-21):
- Fix syntax error in %py_byte_compile macro (rhbz#1433569)
python3-debug-3.5.3-4.fc24.i686 [2.3 MiB] Changelog by Tomas Orsava (2017-03-21):
- Fix syntax error in %py_byte_compile macro (rhbz#1433569)
python3-debug-3.5.3-3.fc24.x86_64 [2.5 MiB] Changelog by Iryna Shcherbina (2017-03-08):
- Replace patch 259 with a backported upstream patch
python3-debug-3.5.3-3.fc24.i686 [2.3 MiB] Changelog by Iryna Shcherbina (2017-03-08):
- Replace patch 259 with a backported upstream patch
python3-debug-3.5.2-3.fc24.x86_64 [2.5 MiB] Changelog by Tomas Orsava (2016-10-11):
- Merged F25 branch into F24 thus updating Python to 3.5.2 in F24
- Added missing changelog entries below this one for the sake of completeness
python3-debug-3.5.2-3.fc24.i686 [2.3 MiB] Changelog by Tomas Orsava (2016-10-11):
- Merged F25 branch into F24 thus updating Python to 3.5.2 in F24
- Added missing changelog entries below this one for the sake of completeness
python3-debug-3.5.1-17.fc24.x86_64 [2.5 MiB] Changelog by Tomas Orsava (2016-09-16):
- Backported the build-time check for the getrandom syscall from Python 3.5.2
- The Python 3.5.1 build-time check was failing due to missing headers
- Resolves: rhbz#1350123
python3-debug-3.5.1-17.fc24.i686 [2.3 MiB] Changelog by Tomas Orsava (2016-09-16):
- Backported the build-time check for the getrandom syscall from Python 3.5.2
- The Python 3.5.1 build-time check was failing due to missing headers
- Resolves: rhbz#1350123
python3-debug-3.5.1-16.fc24.i686 [2.3 MiB] Changelog by Charalampos Stratakis (2016-09-14):
- Obsolete and Provide python35 package
python3-debug-3.5.1-16.fc24.x86_64 [2.5 MiB] Changelog by Charalampos Stratakis (2016-09-14):
- Obsolete and Provide python35 package
python3-debug-3.5.1-15.fc24.x86_64 [2.5 MiB] Changelog by Charalampos Stratakis (2016-09-12):
- Update %py_byte_compile macro
- Remove unused configure flags (rhbz#1374357)
python3-debug-3.5.1-15.fc24.i686 [2.3 MiB] Changelog by Charalampos Stratakis (2016-09-12):
- Update %py_byte_compile macro
- Remove unused configure flags (rhbz#1374357)
python3-debug-3.5.1-13.fc24.i686 [2.3 MiB] Changelog by Charalampos Stratakis (2016-08-09):
- Fix for CVE-2016-1000110 HTTPoxy attack
- SPEC file cleanup
python3-debug-3.5.1-13.fc24.x86_64 [2.5 MiB] Changelog by Charalampos Stratakis (2016-08-09):
- Fix for CVE-2016-1000110 HTTPoxy attack
- SPEC file cleanup
python3-debug-3.5.1-12.fc24.i686 [2.3 MiB] Changelog by Charalampos Stratakis (2016-07-08):
- Refactor patch for properly fixing CVE-2016-5636
python3-debug-3.5.1-12.fc24.x86_64 [2.5 MiB] Changelog by Charalampos Stratakis (2016-07-08):
- Refactor patch for properly fixing CVE-2016-5636
python3-debug-3.5.1-9.fc24.i686 [2.3 MiB] Changelog by Tomas Orsava (2016-06-16):
- Fix for: CVE-2016-0772 python: smtplib StartTLS stripping attack
- Raise an error when STARTTLS fails
- rhbz#1303647: https://bugzilla.redhat.com/show_bug.cgi?id=1303647
- rhbz#1346345: https://bugzilla.redhat.com/show_bug.cgi?id=1346345
- Fixed upstream: https://hg.python.org/cpython/rev/d590114c2394
python3-debug-3.5.1-9.fc24.x86_64 [2.5 MiB] Changelog by Tomas Orsava (2016-06-16):
- Fix for: CVE-2016-0772 python: smtplib StartTLS stripping attack
- Raise an error when STARTTLS fails
- rhbz#1303647: https://bugzilla.redhat.com/show_bug.cgi?id=1303647
- rhbz#1346345: https://bugzilla.redhat.com/show_bug.cgi?id=1346345
- Fixed upstream: https://hg.python.org/cpython/rev/d590114c2394

Listing created by Repoview-0.6.6-6.fc21