diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-21 10:32:56 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-21 10:32:56 (GMT) |
commit | 18f018ca12fccecaefc427927350538d5d37d51e (patch) | |
tree | d65b77f4f8b56451bc9cb857c8b381ca2b234355 /Misc | |
parent | fb2ae15c6704a072afeef4786749d9bb2ce7d68d (diff) | |
download | cpython-18f018ca12fccecaefc427927350538d5d37d51e.zip cpython-18f018ca12fccecaefc427927350538d5d37d51e.tar.gz cpython-18f018ca12fccecaefc427927350538d5d37d51e.tar.bz2 |
Issue #28871: Fixed a crash when deallocate deep ElementTree.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -138,6 +138,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. |