This update provides Python 3.4.6, which brings the following fixes:
- Fix potential crash in PyUnicode_AsDecodedObject() in debug build.
- Fix possible DoS and arbitrary execution in gettext plurals.
- Fix possible use of uninitialized memory in operator.methodcaller.
- Fix possible Py_DECREF on unowned object in _sre.
- Fix possible integer overflow in _csv module.
- Fix selectors incorrectly retaining invalid file descriptors.
- Move _elementtree to python3.rpm to match its pyexpat dependency. (bsc#1029377)
For a comprehensive list of changes, please refer to the upstream Release Notes
available at https://hg.python.org/cpython/raw-file/v3.4.6/Misc/NEWS
This update was imported from the SUSE:SLE-12:Update update project.
- Submitted by Jan Matejek (matejcik)