diff options
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::: |