Nick Coghlan added the comment:

Keep in mind that its OK if hash(m) == hash(m.tobytes()) in some cases where "m 
!= m.tobytes()". The only cases we really need to kill are those that break the 
hash invariant.

I don't like the idea of making the definition of hash more complicated just to 
rule out cases that aren't actually broken.

----------

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

Reply via email to