diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-12-09 11:24:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-09 11:24:18 -0800 |
commit | 4e3e156391e70cd23cae18f2629ec323b3b1e7de (patch) | |
tree | 30304a399a9096625915bd4a01b0bd881ba1bdab /Python/import.c | |
parent | 42aa93b8ff2f7879282b06efc73a31ec7785e602 (diff) | |
download | cpython-git-4e3e156391e70cd23cae18f2629ec323b3b1e7de.tar.gz |
bpo-32260: don't byte swap siphash keys (#4771)
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 siphash takes host
integers in to start with.
Diffstat (limited to 'Python/import.c')
0 files changed, 0 insertions, 0 deletions