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

Antoine Pitrou report at bugs.python.org
Sun May 13 14:32:15 EDT 2018


Antoine Pitrou <pitrou at free.fr> added the comment:

Indeed the memcpy() approach is the common idiom in such situations, and sounds like the right thing.

----------

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


More information about the Python-bugs-list mailing list