[Python-checkins] CVS: python/dist/src/Doc/api refcounts.dat,1.25,1.26

Fred L. Drake fdrake@users.sourceforge.net
Tue, 10 Jul 2001 09:19:15 -0700


Update of /cvsroot/python/python/dist/src/Doc/api
In directory usw-pr-cvs1:/tmp/cvs-serv9396/api

Modified Files:
	refcounts.dat 
Log Message:

Corrected the refcount information for PyList_SET_ITEM().


Index: refcounts.dat
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/refcounts.dat,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** refcounts.dat	2001/07/06 23:31:49	1.25
--- refcounts.dat	2001/07/10 16:19:13	1.26
***************
*** 406,410 ****
  PyList_Reverse:PyObject*:list:0:
  
! PyList_SET_ITEM:PyObject*::0:
  PyList_SET_ITEM:PyObject*:list:0:
  PyList_SET_ITEM:int:i::
--- 406,410 ----
  PyList_Reverse:PyObject*:list:0:
  
! PyList_SET_ITEM:void:::
  PyList_SET_ITEM:PyObject*:list:0:
  PyList_SET_ITEM:int:i::