diff options
author | Fred Drake <fdrake@acm.org> | 2002-10-04 18:58:58 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-10-04 18:58:58 (GMT) |
commit | b915a38b6f85e4b86e59ae87c33d7af8b302d906 (patch) | |
tree | 2ae0f1350cf6b7193c6e5006d9ffc5cf3c445f5b /Doc | |
parent | 8dc5ff2e5a37381c0ed9f166c82bfb09d865898c (diff) | |
download | cpython-b915a38b6f85e4b86e59ae87c33d7af8b302d906.zip cpython-b915a38b6f85e4b86e59ae87c33d7af8b302d906.tar.gz cpython-b915a38b6f85e4b86e59ae87c33d7af8b302d906.tar.bz2 |
Added refcount information for PyObject_GetIter().
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/api/refcounts.dat | 3 |
1 files changed, 3 insertions, 0 deletions
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*::+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: |