[Python-Dev] Source of truth for C-API
Ivan Levkivskyi
levkivskyi at gmail.com
Tue Jan 22 17:45:49 EST 2019
More information about the Python-Dev mailing list
Tue Jan 22 17:45:49 EST 2019
- Previous message (by thread): [Python-Dev] Sub-interpreters: importing numpy causes hang
- Next message (by thread): [Python-Dev] Source of truth for C-API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I recently modified signatures of two functions PyNode_AddChild() and PyParser_AddToken(). These two functions are not listed in C-API docs on docs.python.org, and are not included in Python.h. However, their names look like they may be part of C-API. So there appeared a question, what is the source of truth for C-API, is there an official list? Or is it just the content of Python.h? -- Ivan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20190122/081a07da/attachment.html>
- Previous message (by thread): [Python-Dev] Sub-interpreters: importing numpy causes hang
- 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