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 rhettinger
Recipients rhettinger, tim.peters
Date 2019-08-10.06:24:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565418246.0.0.695379140642.issue37807@roundup.psfhosted.org>
In-reply-to
Content
The existing API for the builtin hash() function is inconvenient.  When implementing structure that use a hash value, you never want a negative number.  Running abs(hash(x)) works but is awkward, slower, and loses one bit of entropy.
History
Date User Action Args
2019-08-10 06:24:06rhettingersetrecipients: + rhettinger, tim.peters
2019-08-10 06:24:05rhettingersetmessageid: <1565418246.0.0.695379140642.issue37807@roundup.psfhosted.org>
2019-08-10 06:24:05rhettingerlinkissue37807 messages
2019-08-10 06:24:05rhettingercreate