This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jdemeyer
Recipients jdemeyer, ned.deily, rhettinger, tim.peters
Date 2018-09-21.06:18:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537510691.37.0.956365154283.issue34751@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-09-21 06:18:11jdemeyersetrecipients: + jdemeyer, tim.peters, rhettinger, ned.deily
2018-09-21 06:18:11jdemeyersetmessageid: <1537510691.37.0.956365154283.issue34751@psf.upfronthosting.co.za>
2018-09-21 06:18:11jdemeyerlinkissue34751 messages
2018-09-21 06:18:11jdemeyercreate