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 gregory.p.smith
Recipients gregory.p.smith, pablogsal, petr.viktorin
Date 2021-04-04.17:38:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617557880.15.0.136350057927.issue43725@roundup.psfhosted.org>
In-reply-to
Content
Indeed.  In particular given the 3.9.3 issue I was assuming such a test should include asserting both the sizeof() ABI structs and offsetof() public members of all ABI structs.  On each specific first class supported platform.

This goes beyond what https://www.python.org/dev/peps/pep-0652/#testing-the-stable-abi currently states to check size and layout rather than just symbol presence.  But seems to match the intent.
History
Date User Action Args
2021-04-04 17:38:00gregory.p.smithsetrecipients: + gregory.p.smith, petr.viktorin, pablogsal
2021-04-04 17:38:00gregory.p.smithsetmessageid: <1617557880.15.0.136350057927.issue43725@roundup.psfhosted.org>
2021-04-04 17:38:00gregory.p.smithlinkissue43725 messages
2021-04-04 17:38:00gregory.p.smithcreate