[issue43725] Create a release branch ABI stability regression test

Gregory P. Smith report at bugs.python.org
Sun Apr 4 13:38:00 EDT 2021


Gregory P. Smith <greg at krypto.org> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43725>
_______________________________________


More information about the Python-bugs-list mailing list