Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b915a38

Browse files
committed
Added refcount information for PyObject_GetIter().
1 parent 8dc5ff2 commit b915a38

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/api/refcounts.dat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,9 @@ PyObject_GetItem:PyObject*::+1:
811811
PyObject_GetItem:PyObject*:o:0:
812812
PyObject_GetItem:PyObject*:key:0:
813813

814+
PyObject_GetIter:PyObject*::+1:
815+
PyObject_GetIter:PyObject*:o:0:
816+
814817
PyObject_HasAttr:int:::
815818
PyObject_HasAttr:PyObject*:o:0:
816819
PyObject_HasAttr:PyObject*:attr_name:0:

0 commit comments

Comments
 (0)