Name: | python33-python-debug |
---|---|
Version: | 3.3.2 |
Release: | 16.el7 |
Architecture: | x86_64 |
Group: | Applications/System |
Size: | 7618862 |
License: | Python |
RPM: | python33-python-debug-3.3.2-16.el7.x86_64.rpm |
Source RPM: | python33-python-3.3.2-16.el7.src.rpm |
Build Date: | Mon Sep 19 2016 |
Build Host: | x86-ol7-builder-01.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. |
- Fix for CVE-2016-1000110 HTTPoxy attack Resolves: rhbz#1359169
- Addendum for the Fix for CVE-2016-5699 (rhbz#1303699) Python 3.3 does not yet have functions fullmatch and subTest, the patch was rewritten accordingly Resolves: rhbz#1346359
- Addendum for the Fix for CVE-2016-0772 (rhbz#1303647) In this version of Python, smtplib has 644 permissons, not 755, thus I modified the patch to expect this and not adjust the permissons. Resolves: rhbz#1346359
- Fix for CVE-2016-0772 python: smtplib StartTLS stripping attack (rhbz#1303647) Raise an error when STARTTLS fails (upstream patch) - Fix for CVE-2016-5699 python: http protocol steam injection attack (rhbz#1303699) Disabled HTTP header injections in http.client (upstream patch) Resolves: rhbz#1346359
- 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).