commit | c1ee488962f0a20c2814b14a4c29d6082dd38add | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Dec 19 10:56:40 2016 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Dec 19 10:56:40 2016 +0100 |
tree | 08884079e3c2da9de5e337ae9d78b6410fa683ef | |
parent | ca3263c50c3b3a3719d2ec3ee7b30b8c669dcb19 [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.