Mailing List Archive

python/dist/src/Doc/api refcounts.dat,1.38.6.3,1.38.6.4
Update of /cvsroot/python/python/dist/src/Doc/api
In directory usw-pr-cvs1:/tmp/cvs-serv18049

Modified Files:
Tag: release22-maint
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.38.6.3
retrieving revision 1.38.6.4
diff -C2 -d -r1.38.6.3 -r1.38.6.4
*** refcounts.dat 20 Jun 2002 22:09:12 -0000 1.38.6.3
--- refcounts.dat 4 Oct 2002 18:59:36 -0000 1.38.6.4
***************
*** 805,808 ****
--- 805,811 ----
PyObject_GetItem:PyObject*:key:0:

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