Petr Viktorin <encu...@gmail.com> added the comment:
The symbols exported by python3.dll are now generated from Misc/stable_abi.txt as per PEP 652. See the devguide for more details: https://devguide.python.org/c-api/ This is slightly more work than generating the list fully automatically, but the extra work is negligible compared to all the things you should think about when adding API that'll be be supported until Python 4.0. Headers are now checked on Unix (GCC) only. If anyone wants to work on a cross-platform C parser/checker, please let me know. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue23903> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com