mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
4e3e156391
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.
Miscellaneous source files for the main Python shared library