[Python-checkins] python/dist/src/Doc/api refcounts.dat,1.42,1.43

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 02 Jul 2002 09:16:21 -0700


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

Modified Files:
	refcounts.dat 
Log Message:
Add refcount info for PyErr_SetFromWindowsErr() and
PyErr_SetFromWindowsErrWithFilename().


Index: refcounts.dat
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/refcounts.dat,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** refcounts.dat	20 Jun 2002 22:07:04 -0000	1.42
--- refcounts.dat	2 Jul 2002 16:16:18 -0000	1.43
***************
*** 234,237 ****
--- 234,244 ----
  PyErr_SetFromErrnoWithFilename:char*:filename::
  
+ PyErr_SetFromWindowsErr:PyObject*::null:
+ PyErr_SetFromWindowsErr:int:ierr::
+ 
+ PyErr_SetFromWindowsErrWithFilename:PyObject*::null:
+ PyErr_SetFromWindowsErrWithFilename:int:ierr::
+ PyErr_SetFromWindowsErrWithFilename:char*:filename::
+ 
  PyErr_SetInterrupt:void:::