[issue25449] Test OrderedDict subclass

Serhiy Storchaka report at bugs.python.org
Wed Oct 21 13:29:44 EDT 2015


Serhiy Storchaka added the comment:

New patch adds PurePythonOrderedDictSubclassTests, moves all tests except test_key_change_during_iteration from CPythonOrderedDictTests to OrderedDictTests to test Python implementation too, fixes a bug in values and items iteration that caused test_issue24347 to fail, and adds additional explicit checks for values() and items() to test_issue24347.

----------
type: enhancement -> behavior
Added file: http://bugs.python.org/file40832/odict_subclass_test_2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25449>
_______________________________________


More information about the Python-bugs-list mailing list