]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28427: old keys should not remove new values from
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 27 Dec 2016 14:08:27 +0000 (15:08 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 27 Dec 2016 14:08:27 +0000 (15:08 +0100)
commitf939b3c0f76a9556cce458a4157a607a12c3d057
treed690ef350ccc31302ec2a77051d39e132735a5b0
parent994f04dbf576f4ebafb9de2bc6821e15cb0de0ea
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
Objects/dictobject.c