]> granicus.if.org Git - python/commit
Issue #25449: Iterating OrderedDict with keys with unstable hash now raises
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 Nov 2015 20:08:52 +0000 (22:08 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 Nov 2015 20:08:52 +0000 (22:08 +0200)
commit161b6ff19c2d842b41cc957a1122f3d5aa7a9b2e
treeb2140e7f782ed5b15ff7e17e2129f2e5ca327ae8
parenta3a3d732ec951e272a763f4539439f67d42ef38e
parentb45b7b213742261c95324766027d44e30656b8e7
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