This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients fweimer, gregory.p.smith, pablogsal, vstinner
Date 2019-04-15.14:47:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555339620.77.0.070436315612.issue36618@roundup.psfhosted.org>
In-reply-to
Content
I also found this macro:

#define ALIGNOF(type) offsetof (struct { char c; type member; }, member)
History
Date User Action Args
2019-04-15 14:47:00vstinnersetrecipients: + vstinner, gregory.p.smith, fweimer, pablogsal
2019-04-15 14:47:00vstinnersetmessageid: <1555339620.77.0.070436315612.issue36618@roundup.psfhosted.org>
2019-04-15 14:47:00vstinnerlinkissue36618 messages
2019-04-15 14:47:00vstinnercreate