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

Fred L. Drake fdrake@users.sourceforge.net
Tue, 19 Feb 2002 21:07:39 -0800


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

Modified Files:
	refcounts.dat 
Log Message:
Correct the refcount information for the PyWeakref_GetObject() function.
This closes SF bug #520087.


Index: refcounts.dat
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/refcounts.dat,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** refcounts.dat	29 Nov 2001 22:42:59 -0000	1.38
--- refcounts.dat	20 Feb 2002 05:07:36 -0000	1.39
***************
*** 1414,1418 ****
  PyWeakref_GET_OBJECT:PyObject*:ref:0:
  
! PyWeakref_GetObject:PyObject*::+1:
  PyWeakref_GetObject:PyObject*:ref:0:
  
--- 1414,1418 ----
  PyWeakref_GET_OBJECT:PyObject*:ref:0:
  
! PyWeakref_GetObject:PyObject*::0:
  PyWeakref_GetObject:PyObject*:ref:0: