[issue23903] Generate PC/python3.def by scraping headers

Steve Dower report at bugs.python.org
Wed Oct 30 16:17:36 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:

Reawakening this issue so we can finish it off - the stable ABI has been declared "clean" on python-dev, so there shouldn't be any more concerns about APIs leaking in now. We can assume that everything accessible from the header files should be included in python3.def.

If it has been cleaned up though, we might need to go through and restore anything that used to be in python3.def but wasn't meant to be. Those are stable.

----------
versions: +Python 3.8, Python 3.9 -Python 3.5, Python 3.6

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


More information about the Python-bugs-list mailing list