From d967ba542a94a135ae99461c26587387acb03d52 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 4 Oct 2002 18:59:36 +0000 Subject: [PATCH] Added refcount information for PyObject_GetIter(). --- Doc/api/refcounts.dat | 3 +++ 1 file changed, 3 insertions(+) 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: -- 2.47.3