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 eric.smith, jdemeyer, mark.dickinson, rhettinger, sir-sigurd, tim.peters
Date 2018-09-25.10:00:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537869612.35.0.545547206417.issue34751@psf.upfronthosting.co.za>
In-reply-to
Content
> I want to leave low-order hash bits alone.  That's deliberate.

Since I didn't understand the rationale for this and since shifting << 1 also seems to work well, I edited PR 9471 to use DJBX33A with t ^= t << 1.

Since you insisted on adding 97531 at the end, I put that back.
History
Date User Action Args
2018-09-25 10:00:12jdemeyersetrecipients: + jdemeyer, tim.peters, rhettinger, mark.dickinson, eric.smith, sir-sigurd
2018-09-25 10:00:12jdemeyersetmessageid: <1537869612.35.0.545547206417.issue34751@psf.upfronthosting.co.za>
2018-09-25 10:00:12jdemeyerlinkissue34751 messages
2018-09-25 10:00:12jdemeyercreate