diff options
author | Fred Drake <fdrake@acm.org> | 2002-07-02 16:16:18 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-07-02 16:16:18 (GMT) |
commit | 7c1bb9c528640ae7cfd172727e4794594f864908 (patch) | |
tree | 40cf43d537b1bdf7ebae37fb4ee2cb1bf2fd1f11 /Doc/api | |
parent | 4f2722ac9b2a481dff1059416c9fa903d002153c (diff) | |
download | cpython-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.dat | 7 |
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::: |