[Python-Dev] Support for marking limited API elements in C API docs

2013年10月12日 11:06:20 -0700

Hi,
in light of the recent thread about PEPs not forming part of the docs,
I've just pushed a change that allows to document C API elements
not part of the limited API as such. It is done like this:
.. c:function:: int _PyTuple_Resize(PyObject **p, Py_ssize_t newsize)
 :notlimited:
I have not yet begun adding these to the documents; if someone wants to
help with this I am glad for volunteers.
cheers,
Georg
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to