Mark Dickinson <dicki...@gmail.com> added the comment:

Are there situations where this is a problem?

I don't think that there's any requirement that the __hash__ method for a 
user-defined Python type not return -1.  (It's also allowed to return values 
outside the range of hash values;  these get automatically rehashed to values 
within the range.)

----------

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

Reply via email to