commit | b915a38b6f85e4b86e59ae87c33d7af8b302d906 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri Oct 04 18:58:58 2002 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri Oct 04 18:58:58 2002 +0000 |
tree | 2ae0f1350cf6b7193c6e5006d9ffc5cf3c445f5b | |
parent | 8dc5ff2e5a37381c0ed9f166c82bfb09d865898c [diff] [blame] |
Added refcount information for PyObject_GetIter().
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index 00556a8..0f2e9b5 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat
@@ -811,6 +811,9 @@ 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: