commit | 805f283aa311043a498fecc29cf7bc13e4311fd6 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Dec 19 11:12:58 2016 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Dec 19 11:12:58 2016 +0100 |
tree | 69429d7b935fd7f4d1ea2fb039826ecbdbbfb9dd | |
parent | 88e420645612cbec172820c2c80a3f1fe68312c7 [diff] |
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.