]> granicus.if.org Git - python/commit
Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 19 Dec 2016 09:59:15 +0000 (10:59 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 19 Dec 2016 09:59:15 +0000 (10:59 +0100)
commitec60edb977dd14640a5bc95f00cccc214518971e
tree9630e8ab2475b681cc8e0603b84530284e0dfe2c
parente0c4e961191b6289aabbf9d6aa2a6c2e98415e39
parentd4580ecb8da130fd9061565defcdb73bc08aa311
Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop()
when a GC collection happens in another thread.

Original patch and report by Armin Rigo.
Misc/NEWS