diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-12 08:44:06 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-12 08:44:06 (GMT) |
commit | 179f960d47dc9f2c18e5b535db63fb70b21fc3ea (patch) | |
tree | aa4988b55963881faaab7671a4bd0609cd5dc32b /Misc | |
parent | cbe6142135667f045a21264619a61d74a9a1ff67 (diff) | |
download | cpython-179f960d47dc9f2c18e5b535db63fb70b21fc3ea.zip cpython-179f960d47dc9f2c18e5b535db63fb70b21fc3ea.tar.gz cpython-179f960d47dc9f2c18e5b535db63fb70b21fc3ea.tar.bz2 |
Issue #25455: Fixed a crash in repr of recursive functools.partial objects.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -143,7 +143,8 @@ Core and Builtins Library ------- -- Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. +- Issue #25455: Fixed crashes in repr of recursive ElementTree.Element and + functools.partial objects. - Issue #26556: Update expat to 2.1.1, fixes CVE-2015-1283. |