]> 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:19:20 +0000 (14:19 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 27 Dec 2016 13:19:20 +0000 (14:19 +0100)
commite10ca3a0fe10d825689179e9958c70aef01f4230
treef7dc9b56ba188d143a616062ec9e47f434aa32a3
parent1fee5151f72e4e141eb37e7ab0da901d1b610f45
Issue #28427: old keys should not remove new values from
WeakValueDictionary when collecting from another thread.
Include/dictobject.h
Lib/test/test_weakref.py
Lib/weakref.py
Misc/NEWS
Modules/_weakref.c
Modules/clinic/_weakref.c.h
Objects/dictobject.c