summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-10-31 18:09:11 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-10-31 18:09:11 (GMT)
commitd97eb0d338f3d5746ba4bbd3cfe6e7c28948d41e (patch)
tree4704ed3c037ea0e78224c15767d2ac04777491d9 /Misc
parent616f8035a8d7cdbb34f8a6a485d8d9d83767d207 (diff)
parent275c848736f1c15efc15b84ced315218ac639899 (diff)
downloadcpython-d97eb0d338f3d5746ba4bbd3cfe6e7c28948d41e.zip
cpython-d97eb0d338f3d5746ba4bbd3cfe6e7c28948d41e.tar.gz
cpython-d97eb0d338f3d5746ba4bbd3cfe6e7c28948d41e.tar.bz2
merge 3.2 (#16345)
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 20184fe..c760a34 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Core and Builtins
- Fix segfaults on setting __qualname__ on builtin types and attempting to
delete it on any type.
+- Issue #16345: Fix an infinite loop when ``fromkeys`` on a dict subclass
+ recieved a nonempty dict from the constructor.
+
- Issue #16271: Fix strange bugs that resulted from __qualname__ appearing in a
class's __dict__ and on type.