[issue19681] test_repr (test.test_functools.TestPartialC) failures

Nick Coghlan report at bugs.python.org
Fri Nov 22 00:10:51 CET 2013


Nick Coghlan added the comment:

And actually re-reading the existing code to see it already works that
way... how can two dicts with the same keys, without any extra keys being
added and deleted in either have different iteration orders? If it's just a
matter of copying the original dict changing the order, then we should be
able to restore consistency by copying it when building the expected repr
as well.

----------

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


More information about the Python-bugs-list mailing list