]> granicus.if.org Git - python/commit
Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 19 Dec 2016 10:12:58 +0000 (11:12 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 19 Dec 2016 10:12:58 +0000 (11:12 +0100)
commit805f283aa311043a498fecc29cf7bc13e4311fd6
tree69429d7b935fd7f4d1ea2fb039826ecbdbbfb9dd
parent88e420645612cbec172820c2c80a3f1fe68312c7
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_support.py
Lib/test/test_weakref.py
Lib/weakref.py
Misc/NEWS