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 vstinner
Recipients PaulMcMillan, Vlado.Boza, dmalcolm, koniiiik, vstinner
Date 2012-04-20.00:43:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
hash.py: Python implementation of the 32-bit version of hash(bytes). Ok, I now see that only the lower 8 bits are really mixed with the input string.
History
Date User Action Args
2012-04-20 00:43:37vstinnersetrecipients: + vstinner, dmalcolm, PaulMcMillan, Vlado.Boza, koniiiik
2012-04-20 00:43:37vstinnersetmessageid: <[email protected]>
2012-04-20 00:43:36vstinnerlinkissue14621 messages
2012-04-20 00:43:36vstinnercreate