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 tim.peters
Recipients jdemeyer, ned.deily, rhettinger, tim.peters
Date 2018-09-21.06:10:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537510238.78.0.956365154283.issue34751@psf.upfronthosting.co.za>
In-reply-to
Content
You said it yourself:  "It's not hard to come up with ...".  That's not what "real life" means.  Here:

>>> len(set(hash(1 << i) for i in range(100_000)))
61

Wow!  Only 61 hash codes across 100 thousand distinct integers?!

Yup - and I don't care.  I contrived the case, just like you apparently contrived yours.
History
Date User Action Args
2018-09-21 06:10:38tim.peterssetrecipients: + tim.peters, rhettinger, ned.deily, jdemeyer
2018-09-21 06:10:38tim.peterssetmessageid: <1537510238.78.0.956365154283.issue34751@psf.upfronthosting.co.za>
2018-09-21 06:10:38tim.peterslinkissue34751 messages
2018-09-21 06:10:38tim.peterscreate