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 benjamin.peterson
Recipients benjamin.peterson, christian.heimes, doko
Date 2016-09-10.00:28:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473467339.78.0.861082335395.issue28055@psf.upfronthosting.co.za>
In-reply-to
Content
I believe the unaligned memory access configure check is supposed to prevent siphash from being used, so we might look into why that's not working.

IMO, though, we should just require alignment for the argument to _PyHash_Bytes. It's private after all.
History
Date User Action Args
2016-09-10 00:28:59benjamin.petersonsetrecipients: + benjamin.peterson, doko, christian.heimes
2016-09-10 00:28:59benjamin.petersonsetmessageid: <1473467339.78.0.861082335395.issue28055@psf.upfronthosting.co.za>
2016-09-10 00:28:59benjamin.petersonlinkissue28055 messages
2016-09-10 00:28:59benjamin.petersoncreate