Benjamin Peterson added the comment:

Here's a patch that requires 8-byte alignment. It almost completely works 
except that on ABIs with 32-bit pointers, unicode objects can have their data 
pointers aligned at only 4-bytes. Perhaps we can get away with requiring only 
4-byte alignment on 32-bit platforms because they generally have implement the 
64-bit load as 2 32-bit loads anyway.

----------
Added file: http://bugs.python.org/file44648/hash-bytes-alignment.patch

_______________________________________
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