Serhiy Storchaka added the comment:

It looks to me that the patch makes set and frozenset constants to be equal, 
but makes sets with different order (as {2**62, 1} and {1, 2**62}) differ. And 
looks you had missed my comments to previous patches.

----------
stage:  -> patch review
versions:  -Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25843>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to