commit | b45b7b213742261c95324766027d44e30656b8e7 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Nov 04 22:05:38 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Nov 04 22:05:38 2015 +0200 |
tree | 2cf155f3914de3220bdf478d4dc3250a2c9bbaaf | |
parent | b25d09a15e58a5339d9720a9c99e48a3b144e1d7 [diff] |
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.