]> granicus.if.org Git - python/commitdiff
Add refcount info for PyErr_SetFromWindowsErr() and
authorFred Drake <fdrake@acm.org>
Tue, 2 Jul 2002 16:16:18 +0000 (16:16 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 2 Jul 2002 16:16:18 +0000 (16:16 +0000)
PyErr_SetFromWindowsErrWithFilename().

Doc/api/refcounts.dat

index ecc82e164c1f09da9d3ac2c7d7a81bf2ffae9dd9..00556a8626ce15fa3805420a0c64ebc17b884863 100644 (file)
@@ -233,6 +233,13 @@ PyErr_SetFromErrnoWithFilename:PyObject*::null:
 PyErr_SetFromErrnoWithFilename:PyObject*:type:0:
 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:::
 
 PyErr_SetNone:void:::