Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c1bb9c

Browse files
committed
Add refcount info for PyErr_SetFromWindowsErr() and
PyErr_SetFromWindowsErrWithFilename().
1 parent 4f2722a commit 7c1bb9c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Doc/api/refcounts.dat

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,13 @@ PyErr_SetFromErrnoWithFilename:PyObject*::null:
233233
PyErr_SetFromErrnoWithFilename:PyObject*:type:0:
234234
PyErr_SetFromErrnoWithFilename:char*:filename::
235235

236+
PyErr_SetFromWindowsErr:PyObject*::null:
237+
PyErr_SetFromWindowsErr:int:ierr::
238+
239+
PyErr_SetFromWindowsErrWithFilename:PyObject*::null:
240+
PyErr_SetFromWindowsErrWithFilename:int:ierr::
241+
PyErr_SetFromWindowsErrWithFilename:char*:filename::
242+
236243
PyErr_SetInterrupt:void:::
237244

238245
PyErr_SetNone:void:::

0 commit comments

Comments
 (0)