mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #28427: old keys should not remove new values from
WeakValueDictionary when collecting from another thread.
This commit is contained in:
commit
d741ed492f
7 changed files with 195 additions and 24 deletions
|
@ -40,6 +40,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #28427: old keys should not remove new values from
|
||||
WeakValueDictionary when collecting from another thread.
|
||||
|
||||
- Issue 28923: Remove editor artifacts from Tix.py.
|
||||
|
||||
- Issue #29055: Neaten-up empty population error on random.choice()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue