]> 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:58:14 +0000 (10:58 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 19 Dec 2016 09:58:14 +0000 (10:58 +0100)
commitd4580ecb8da130fd9061565defcdb73bc08aa311
treeafe4516e0ddd29c057367e47f188a14e35af9aa4
parent5bccb0e03db7fc3356b294a0d6c7a1687533ca38
parentc1ee488962f0a20c2814b14a4c29d6082dd38add
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.
Lib/test/test_weakref.py
Misc/NEWS