]> granicus.if.org Git - python/commit
For functions which return a PyObject* but use "null" for the
authorFred Drake <fdrake@acm.org>
Mon, 10 Apr 2000 18:23:47 +0000 (18:23 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 10 Apr 2000 18:23:47 +0000 (18:23 +0000)
commit729eca1b9d6a18665da8f0f8d89c4f1ed972f371
treeb21c7ea62bb67641d1b2ab35d7e69f86614abbb5
parent0a863da1f86deda8ca029c82ccd4aa5e12153721
For functions which return a PyObject* but use "null" for the
reference count field, state that the return value is always NULL.

(Useful for some PyErr_*() flavors.)
Doc/tools/anno-api.py