diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-10-31 18:10:04 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-10-31 18:10:04 (GMT) |
commit | 7503e085882501c7a887d67b65f19b5ee9bfa361 (patch) | |
tree | 2aa3c9d1151deb8577570e55fea680cca0576c7f /Misc | |
parent | 9c3f5031a9c3e0557cf28e72fa1f74f23b9144f6 (diff) | |
parent | d97eb0d338f3d5746ba4bbd3cfe6e7c28948d41e (diff) | |
download | cpython-7503e085882501c7a887d67b65f19b5ee9bfa361.zip cpython-7503e085882501c7a887d67b65f19b5ee9bfa361.tar.gz cpython-7503e085882501c7a887d67b65f19b5ee9bfa361.tar.bz2 |
merge 3.3 (#16345)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ Core and Builtins - Issue #14625: Rewrite the UTF-32 decoder. It is now 3x to 4x faster. Patch written by Serhiy Storchaka. +- 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. |