]> granicus.if.org Git - python/commit
Issue #28427: old keys should not remove new values from
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 27 Dec 2016 13:23:43 +0000 (14:23 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 27 Dec 2016 13:23:43 +0000 (14:23 +0100)
commitd741ed492f17609109432f1bccac0c019a05471b
tree5b4425dfb7360f55993971d1b2fc9ebe7d1f00fa
parent34d0ac8027e23609e24588735b37b8d5a55f7223
parente10ca3a0fe10d825689179e9958c70aef01f4230
Issue #28427: old keys should not remove new values from
WeakValueDictionary when collecting from another thread.
Include/dictobject.h
Lib/test/test_weakref.py
Misc/NEWS
Modules/clinic/_weakref.c.h
Objects/dictobject.c