[issue20162] Test test_hash_distribution fails on RHEL 6.5 / ppc64

STINNER Victor report at bugs.python.org
Tue Jan 7 19:18:24 CET 2014


STINNER Victor added the comment:

> Only MSVC produces slow code, but Windows works only on platforms where unaligned access is not an issue.

My patch uses Py_MEMCPY() which uses a loop to copy bytes on Visual
Studio for length smaller than 16 bytes (SipHash copies 4 bytes).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20162>
_______________________________________


More information about the Python-bugs-list mailing list