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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25449>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to