From: Fred Drake Date: Fri, 4 Oct 2002 18:59:36 +0000 (+0000) Subject: Added refcount information for PyObject_GetIter(). X-Git-Tag: v2.2.2b1~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d967ba542a94a135ae99461c26587387acb03d52;p=thirdparty%2FPython%2Fcpython.git Added refcount information for PyObject_GetIter(). --- diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index f23c9f57ba66..03f9667e442e 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -804,6 +804,9 @@ PyObject_GetItem:PyObject*::+1: PyObject_GetItem:PyObject*:o:0: PyObject_GetItem:PyObject*:key:0: +PyObject_GetIter:PyObject*::+1: +PyObject_GetIter:PyObject*:o:0: + PyObject_HasAttr:int::: PyObject_HasAttr:PyObject*:o:0: PyObject_HasAttr:PyObject*:attr_name:0: