From: Fred Drake Date: Tue, 2 Jul 2002 16:16:18 +0000 (+0000) Subject: Add refcount info for PyErr_SetFromWindowsErr() and X-Git-Tag: v2.3c1~5138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c1bb9c528640ae7cfd172727e4794594f864908;p=python Add refcount info for PyErr_SetFromWindowsErr() and PyErr_SetFromWindowsErrWithFilename(). --- diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index ecc82e164c..00556a8626 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -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:::