summaryrefslogtreecommitdiffstats
path: root/Doc/api
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-07-02 16:16:18 (GMT)
committerFred Drake <fdrake@acm.org>2002-07-02 16:16:18 (GMT)
commit7c1bb9c528640ae7cfd172727e4794594f864908 (patch)
tree40cf43d537b1bdf7ebae37fb4ee2cb1bf2fd1f11 /Doc/api
parent4f2722ac9b2a481dff1059416c9fa903d002153c (diff)
downloadcpython-7c1bb9c528640ae7cfd172727e4794594f864908.zip
cpython-7c1bb9c528640ae7cfd172727e4794594f864908.tar.gz
cpython-7c1bb9c528640ae7cfd172727e4794594f864908.tar.bz2
Add refcount info for PyErr_SetFromWindowsErr() and
PyErr_SetFromWindowsErrWithFilename().
Diffstat (limited to 'Doc/api')
-rw-r--r--Doc/api/refcounts.dat7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat
index ecc82e1..00556a8 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:::