summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-12-21 10:35:11 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-12-21 10:35:11 (GMT)
commit690e81f63f5cac9ca6fdb0ff90f1c43e98c9e510 (patch)
treefd99abf265e6e3bdad75113f25bf86fc490cd36e /Misc
parentb0eb986eb236c41ebf098233940e038c7b993b9f (diff)
parent18f018ca12fccecaefc427927350538d5d37d51e (diff)
downloadcpython-690e81f63f5cac9ca6fdb0ff90f1c43e98c9e510.zip
cpython-690e81f63f5cac9ca6fdb0ff90f1c43e98c9e510.tar.gz
cpython-690e81f63f5cac9ca6fdb0ff90f1c43e98c9e510.tar.bz2
Merge from 3.5.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cd1b661..f3d3fd1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,8 @@ Core and Builtins
Library
-------
+- Issue #28871: Fixed a crash when deallocate deep ElementTree.
+
- Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and
WeakValueDictionary.pop() when a GC collection happens in another
thread.