]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25449: Iterating OrderedDict with keys with unstable hash now raises
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 Nov 2015 20:05:38 +0000 (22:05 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 Nov 2015 20:05:38 +0000 (22:05 +0200)
commitb45b7b213742261c95324766027d44e30656b8e7
tree2cf155f3914de3220bdf478d4dc3250a2c9bbaaf
parentb25d09a15e58a5339d9720a9c99e48a3b144e1d7
Issue #25449: Iterating OrderedDict with keys with unstable hash now raises
KeyError in C implementations as well as in Python implementation.

Added tests for OrderedDict subclasses.
Lib/test/test_collections.py
Misc/NEWS
Objects/odictobject.c