diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 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. |