Benjamin Peterson added the comment:

I believe the unaligned memory access configure check is supposed to prevent 
siphash from being used, so we might look into why that's not working.

IMO, though, we should just require alignment for the argument to 
_PyHash_Bytes. It's private after all.

----------
nosy: +benjamin.peterson

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28055>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to