Home
last modified time | relevance | path

Searched refs:PyErr_SetExcFromWindowsErrWithFilename (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Include/
Dpyerrors.h204 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilename(
/external/python/cpython3/Python/
Derrors.c990 PyObject *PyErr_SetExcFromWindowsErrWithFilename( in PyErr_SetExcFromWindowsErrWithFilename() function
1015 return PyErr_SetExcFromWindowsErrWithFilename(exc, ierr, NULL); in PyErr_SetExcFromWindowsErr()
1020 return PyErr_SetExcFromWindowsErrWithFilename(PyExc_OSError, in PyErr_SetFromWindowsErr()
/external/python/cpython3/Doc/data/
Drefcounts.dat673 PyErr_SetExcFromWindowsErrWithFilename:PyObject*::null:
674 PyErr_SetExcFromWindowsErrWithFilename:PyObject*:type:+1:
675 PyErr_SetExcFromWindowsErrWithFilename:int:ierr::
676 PyErr_SetExcFromWindowsErrWithFilename:const char*:filename::
Dstable_abi.dat159 func,PyErr_SetExcFromWindowsErrWithFilename,3.7,on Windows,
/external/python/cpython3/PC/
Dpython3dll.c220 EXPORT_FUNC(PyErr_SetExcFromWindowsErrWithFilename)
/external/python/cpython3/Misc/
Dstable_abi.toml2044 [function.PyErr_SetExcFromWindowsErrWithFilename]
DHISTORY10817 PyErr_SetExcFromWindowsErrWithFilename() decode the filename from the
23183 PyErr_SetExcFromWindowsErrWithFilename(). Similar to
/external/python/cpython3/Doc/c-api/
Dexceptions.rst276 .. c:function:: PyObject* PyErr_SetExcFromWindowsErrWithFilename(PyObject *type, int ierr, const ch…
/external/python/cpython3/Misc/NEWS.d/
D3.13.0a1.rst6288 :c:func:`PyErr_SetExcFromWindowsErrWithFilename` and