[Python-Dev] Support for marking limited API elements in C API docs (original) (raw)
Georg Brandl g.brandl at gmx.net
Sat Oct 12 20:04:59 CEST 2013
- Previous message: [Python-Dev] Right place for PBKDF2 wrapper
- Next message: [Python-Dev] Support for marking limited API elements in C API docs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Right place for PBKDF2 wrapper
- Next message: [Python-Dev] Support for marking limited API elements in C API docs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]