From: Fred Drake Date: Fri, 4 Oct 2002 18:58:58 +0000 (+0000) Subject: Added refcount information for PyObject_GetIter(). X-Git-Tag: v2.3c1~3884 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b915a38b6f85e4b86e59ae87c33d7af8b302d906;p=python Added refcount information for PyObject_GetIter(). --- diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index 00556a8626..0f2e9b57a8 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -811,6 +811,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: