mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with an iterator alive.
This commit is contained in:
parent
bed04a77ee
commit
1bf974dc6e
3 changed files with 52 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #21173: Fix len() on a WeakKeyDictionary when .clear() was called
|
||||
with an iterator alive.
|
||||
|
||||
- Issue #11866: Eliminated race condition in the computation of names
|
||||
for new threads.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue