[issue43155] PyCMethod_New not defined in python3.lib

STINNER Victor report at bugs.python.org
Mon Feb 15 19:13:46 EST 2021


STINNER Victor <vstinner at python.org> added the comment:

> 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)".

----------
nosy: +vstinner

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


More information about the Python-bugs-list mailing list