[Python-Dev] Source of truth for C-API
Ivan Levkivskyi
levkivskyi at gmail.com
Wed Jan 23 10:24:16 EST 2019
More information about the Python-Dev mailing list
Wed Jan 23 10:24:16 EST 2019
- Previous message (by thread): [Python-Dev] Source of truth for C-API
- Next message (by thread): [Python-Dev] Source of truth for C-API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks for advice Victor and Steve! I looked at the list, and the two functions I mentioned are not in the list. So I assume the best strategy for now is to wait until first alpha-beta releases are out, and see if anyone complains. -- Ivan On Wed, 23 Jan 2019 at 06:58, Steve Dower <steve.dower at python.org> wrote: > On 22Jan.2019 1517, Victor Stinner wrote: > > I'm not aware of any tool to automatically list the content of the C API. > > The shell script attached to https://bugs.python.org/issue23903 should > be able to do it with different preprocessor values (we originally > intended to detect inconsistencies in the stable API, but when we found > lots of existing inconsistencies we couldn't agree on how to deal with > them). > > Cheers, > Steve > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20190123/9662d75d/attachment.html>
- Previous message (by thread): [Python-Dev] Source of truth for C-API
- Next message (by thread): [Python-Dev] Source of truth for C-API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list