Serhiy Storchaka added the comment:

This tool would be very useful, since new API often accidentally marked as 
stable API in header files. The script can play just deliberative role, warn if 
new unstable API is not wrapped with "#ifndef Py_LIMITED_API" or if stable API 
is not documented. May be we need separate list of public API in more regular 
format for comparison with header, documentation, python3.def, refcounts.dat, 
etc.

There is a code for parsing preprocessor instructions in Argument Clinic. May 
be it can be reused here.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23903>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to