diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-21 10:35:11 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-21 10:35:11 (GMT) |
commit | 690e81f63f5cac9ca6fdb0ff90f1c43e98c9e510 (patch) | |
tree | fd99abf265e6e3bdad75113f25bf86fc490cd36e /Misc | |
parent | b0eb986eb236c41ebf098233940e038c7b993b9f (diff) | |
parent | 18f018ca12fccecaefc427927350538d5d37d51e (diff) | |
download | cpython-690e81f63f5cac9ca6fdb0ff90f1c43e98c9e510.zip cpython-690e81f63f5cac9ca6fdb0ff90f1c43e98c9e510.tar.gz cpython-690e81f63f5cac9ca6fdb0ff90f1c43e98c9e510.tar.bz2 |
Merge from 3.5.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |