summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-07-05 00:58:11 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-07-05 00:58:11 (GMT)
commit2a48a6eb335e496220aa75f6daae5b56e231b8e4 (patch)
treea64d419a7608dac39b456a7e98f99e4ae248b945 /Misc/NEWS
parent09e60588389710232030a39b1ae9ba99542ba602 (diff)
parenta82f77fb00ca3bd3eb27a6a5d77a19eadcf0ba31 (diff)
downloadcpython-2a48a6eb335e496220aa75f6daae5b56e231b8e4.zip
cpython-2a48a6eb335e496220aa75f6daae5b56e231b8e4.tar.gz
cpython-2a48a6eb335e496220aa75f6daae5b56e231b8e4.tar.bz2
merge 3.3 (#24407)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index becb9ef..9e78e77 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,8 @@ Core and Builtins
- Issue #23757: PySequence_Tuple() incorrectly called the concrete list API
when the data was a list subclass.
+- Issue #24407: Fix crash when dict is mutated while being updated.
+
- Issue #24096: Make warnings.warn_explicit more robust against mutation of the
warnings.filters list.