mirabilos added the comment:
+ dest is always aligned on common platforms
+ (if sizeof(PyASCIIObject) is divisible by SIZEOF_LONG).
Actually, that’s the part that is not true. On m68k, and perfectly
permitted by the C standard, even a 24-byte object has only a
guaranteed alignment of 2 bytes (or one, if it’s a char array)
in the normal case (contains integers and pointers, nothing special).
We patched out this bogus assumption from things like glib already ;)
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue17237>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com