Serhiy Storchaka added the comment: Fixed two bugs found by Antoine. Thank you Antoine.
Berker suggest to use the subTest() context manager inside loops. I thought about this, but this will increase blocks indentations on yet 4 spaces, and some code already is too indented. On other hand this truly helps when tests fail. Large part of the patch is related to the code maintained by Raymond (collections and itertools modules, builtin collections and iterators), so it would be good if Raymond will look on it. ---------- Added file: http://bugs.python.org/file37095/tests_pickling_2.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22777> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com