[proxy] bugs.python.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

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
Date 2017-12-09.19:02:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512846175.55.0.213398074469.issue32260@psf.upfronthosting.co.za>
In-reply-to
Content
Reference siphash takes the keys as a bytes, so it makes sense to byte swap when reifying the keys as 64-bit integers. However, Python's modified siphash takes host integers in to start with.
History
Date User Action Args
2017-12-09 19:02:55benjamin.petersonsetrecipients: + benjamin.peterson
2017-12-09 19:02:55benjamin.petersonsetmessageid: <1512846175.55.0.213398074469.issue32260@psf.upfronthosting.co.za>
2017-12-09 19:02:55benjamin.petersonlinkissue32260 messages
2017-12-09 19:02:55benjamin.petersoncreate