STINNER Victor <vstin...@redhat.com> added the comment:
C++ has a __alignof__ function/macro/operator (not sure what is its kind) to get the alignment of a type. C11 has <stdalign.h> header which provides an alignof() function. GCC has __alignof__(). I also found "_Alignof()" name. ... no sure which one is the most portable ... ---------- _______________________________________ 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