Mailing List Archive

python/dist/src/Doc/api refcounts.dat,1.43,1.44
Update of /cvsroot/python/python/dist/src/Doc/api
In directory usw-pr-cvs1:/tmp/cvs-serv17773

Modified Files:
refcounts.dat
Log Message:
Added refcount information for PyObject_GetIter().


Index: refcounts.dat
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/refcounts.dat,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** refcounts.dat 2 Jul 2002 16:16:18 -0000 1.43
--- refcounts.dat 4 Oct 2002 18:58:58 -0000 1.44
***************
*** 812,815 ****
--- 812,818 ----
PyObject_GetItem:PyObject*:key:0:

+ PyObject_GetIter:PyObject*::+1:
+ PyObject_GetIter:PyObject*:o:0:
+
PyObject_HasAttr:int:::
PyObject_HasAttr:PyObject*:o:0: