Serhiy Storchaka added the comment:

I think that adding __attribute__ ((aligned (sizeof(void *)))) to the PyObject 
type (or to the ob_base field) is enough.

If first byte of structure is aligned, then first byte past the structure 
should be aligned too.

----------

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

Reply via email to