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

Fred Drake python-dev@python.org
Mon, 10 Apr 2000 14:25:11 -0400


Update of /projects/cvsroot/python/dist/src/Doc/api
In directory seahag.cnri.reston.va.us:/home/fdrake/projects/python/Doc/api

Modified Files:
	refcounts.dat 
Log Message:

The reference count field for PyErr_NoMemory() and
PyErr_SetFromErrno() should be "null".


Index: refcounts.dat
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/api/refcounts.dat,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** refcounts.dat	2000/04/03 15:06:40	1.4
--- refcounts.dat	2000/04/10 18:25:09	1.5
***************
*** 160,164 ****
  PyErr_NewException:PyObject*:dict:0:
  
! PyErr_NoMemory:PyObject*::0:
  
  PyErr_NormalizeException:void:::
--- 160,164 ----
  PyErr_NewException:PyObject*:dict:0:
  
! PyErr_NoMemory:PyObject*::null:
  
  PyErr_NormalizeException:void:::
***************
*** 176,180 ****
  PyErr_Restore:PyObject*:traceback:0:
  
! PyErr_SetFromErrno:PyObject*:::
  PyErr_SetFromErrno:PyObject*:type:0:
  
--- 176,180 ----
  PyErr_Restore:PyObject*:traceback:0:
  
! PyErr_SetFromErrno:PyObject*::null:
  PyErr_SetFromErrno:PyObject*:type:0: