Jeroen Demeyer <j.deme...@ugent.be> added the comment:

For the record: my collision is not contrived. It came up in actual code where 
I was hashing some custom class using tuples and found an unexpected high 
number of collisions, which I eventually traced back to the collision I 
reported here.

By the way, I think the worst real-life hash collision is

>>> hash(-1) == hash(-2)
True

----------
resolution: rejected -> 
status: closed -> open

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

Reply via email to