summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 23fec21..4cfafff 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -194,6 +194,9 @@ C-API
Library
-------
+- Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against
+ the destruction of weakref'ed objects while iterating.
+
- Issue #7455: Fix possible crash in cPickle on invalid input. Patch by
Victor Stinner.