Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyerrors.h193 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilename(
/third_party/python/Python/
Derrors.c903 PyObject *PyErr_SetExcFromWindowsErrWithFilename( in PyErr_SetExcFromWindowsErrWithFilename() function
933 return PyErr_SetExcFromWindowsErrWithFilename(exc, ierr, NULL); in PyErr_SetExcFromWindowsErr()
938 return PyErr_SetExcFromWindowsErrWithFilename(PyExc_OSError, in PyErr_SetFromWindowsErr()
/third_party/python/Doc/data/
Drefcounts.dat653 PyErr_SetExcFromWindowsErrWithFilename:PyObject*::null:
654 PyErr_SetExcFromWindowsErrWithFilename:PyObject*:type:+1:
655 PyErr_SetExcFromWindowsErrWithFilename:int:ierr::
656 PyErr_SetExcFromWindowsErrWithFilename:const char*:filename::
Dstable_abi.dat144 function,PyErr_SetExcFromWindowsErrWithFilename,3.7,on Windows
/third_party/python/PC/
Dpython3dll.c208 EXPORT_FUNC(PyErr_SetExcFromWindowsErrWithFilename)
/third_party/python/Misc/
Dstable_abi.txt1943 function PyErr_SetExcFromWindowsErrWithFilename
DHISTORY10817 PyErr_SetExcFromWindowsErrWithFilename() decode the filename from the
23183 PyErr_SetExcFromWindowsErrWithFilename(). Similar to
/third_party/python/Doc/c-api/
Dexceptions.rst238 .. c:function:: PyObject* PyErr_SetExcFromWindowsErrWithFilename(PyObject *type, int ierr, const ch…