STINNER Victor <vstin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue43155>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to