summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-07-05 00:59:24 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-07-05 00:59:24 (GMT)
commite54d5321cc527d0c97a95b90b2754f6494e7b3e1 (patch)
tree6798c8787e5648f43ceb868269b56469e1aa8010 /Misc
parentfdbeb2b4b67e1e44c96127a06cf1bdf878f4f7ca (diff)
parent2a48a6eb335e496220aa75f6daae5b56e231b8e4 (diff)
downloadcpython-e54d5321cc527d0c97a95b90b2754f6494e7b3e1.zip
cpython-e54d5321cc527d0c97a95b90b2754f6494e7b3e1.tar.gz
cpython-e54d5321cc527d0c97a95b90b2754f6494e7b3e1.tar.bz2
merge 3.4 (#24407)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f440b18..1391c82 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,8 @@ Core and Builtins
- Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
+- Issue #24407: Fix crash when dict is mutated while being updated.
+
Library
-------