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

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


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

Modified Files:
      Tag: release21-maint
	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.23
retrieving revision 1.23.4.1
diff -C2 -r1.23 -r1.23.4.1
*** refcounts.dat	2001/01/28 06:39:35	1.23
--- refcounts.dat	2001/07/10 16:19:26	1.23.4.1
***************
*** 401,405 ****
  PyList_Reverse:PyObject*:list:0:
  
! PyList_SET_ITEM:PyObject*::0:
  PyList_SET_ITEM:PyObject*:list:0:
  PyList_SET_ITEM:int:i::
--- 401,405 ----
  PyList_Reverse:PyObject*:list:0:
  
! PyList_SET_ITEM:void:::
  PyList_SET_ITEM:PyObject*:list:0:
  PyList_SET_ITEM:int:i::