[issue28055] pyhash's siphash24 assumes alignment of the data pointer

Antoine Pitrou report at bugs.python.org
Sat Jan 28 10:01:24 EST 2017


Antoine Pitrou added the comment:

I agree with Stefan and Serhiy.  Unaligned memoryviews shouldn't trigger a copy when hashing.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list