diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2015-06-02 05:35:13 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2015-06-02 05:35:13 (GMT) |
commit | b952ab43f281bafd8d4fce4e84b41e655a3e7c23 (patch) | |
tree | 89cb0f122e8820d48835d9787487d59dae1932d9 /Misc | |
parent | d1719756098b282ad703b899ebcb57eeeb0167c2 (diff) | |
download | cpython-b952ab43f281bafd8d4fce4e84b41e655a3e7c23.zip cpython-b952ab43f281bafd8d4fce4e84b41e655a3e7c23.tar.gz cpython-b952ab43f281bafd8d4fce4e84b41e655a3e7c23.tar.bz2 |
Issue #24359: Check for changed OrderedDict size during iteration.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ Library - Issue #24348: Drop superfluous incref/decref. +- Issue #24359: Check for changed OrderedDict size during iteration. + What's New in Python 3.5.0 beta 2? ================================== |