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 ZackerySpytz, barry-scott, petr.viktorin, vstinner
Date 2021-02-16.00:13:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613434426.04.0.463129404674.issue43155@roundup.psfhosted.org>
In-reply-to
Content
> Is there a test suite that checks that the limited API functions can all be linked against?

Pablo Galindo wrote a new Tools/scripts/stable_abi.py for Unix, but this tool doesn't check PC/python3dll.c yet. The tool uses Doc/data/stable_abi.dat which *does* include PyCMethod_New symbol.

I created bpo-43235 "Tools/scripts/stable_abi.py should also check PC/python3dll.c (Windows stable ABI)".
History
Date User Action Args
2021-02-16 00:13:46vstinnersetrecipients: + vstinner, barry-scott, petr.viktorin, ZackerySpytz
2021-02-16 00:13:46vstinnersetmessageid: <1613434426.04.0.463129404674.issue43155@roundup.psfhosted.org>
2021-02-16 00:13:46vstinnerlinkissue43155 messages
2021-02-16 00:13:45vstinnercreate