STINNER Victor <vstin...@redhat.com> added the comment:

I also found this macro:

#define ALIGNOF(type) offsetof (struct { char c; type member; }, member)

----------

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

Reply via email to