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

Fred L. Drake python-dev@python.org
Mon, 14 Aug 2000 21:36:25 -0700


Update of /cvsroot/python/python/dist/src/Doc/api
In directory slayer.i.sourceforge.net:/tmp/cvs-serv13626/Doc/api

Modified Files:
	refcounts.dat 
Log Message:

Correct the reference count information for the parameters of
PyErr_Restore().


Index: refcounts.dat
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/refcounts.dat,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** refcounts.dat	2000/08/12 03:39:47	1.13
--- refcounts.dat	2000/08/15 04:36:16	1.14
***************
*** 175,181 ****
  
  PyErr_Restore:void:::
! PyErr_Restore:PyObject*:type:0:
! PyErr_Restore:PyObject*:value:0:
! PyErr_Restore:PyObject*:traceback:0:
  
  PyErr_SetFromErrno:PyObject*::null:
--- 175,181 ----
  
  PyErr_Restore:void:::
! PyErr_Restore:PyObject*:type:-1:
! PyErr_Restore:PyObject*:value:-1:
! PyErr_Restore:PyObject*:traceback:-1:
  
  PyErr_SetFromErrno:PyObject*::null: