[Python-Dev] Source of truth for C-API

Ivan Levkivskyi levkivskyi at gmail.com
Tue Jan 22 17:45:49 EST 2019


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>


More information about the Python-Dev mailing list