From 7c1bb9c528640ae7cfd172727e4794594f864908 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 2 Jul 2002 16:16:18 +0000 Subject: [PATCH] Add refcount info for PyErr_SetFromWindowsErr() and PyErr_SetFromWindowsErrWithFilename(). --- Doc/api/refcounts.dat | 7 +++++++ 1 file changed, 7 insertions(+) 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::: -- 2.50.1