Kaydet (Commit) 7c1bb9c5 authored tarafından Fred Drake's avatar Fred Drake

Add refcount info for PyErr_SetFromWindowsErr() and

PyErr_SetFromWindowsErrWithFilename().
üst 4f2722ac
......@@ -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:::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment