Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyerrors.h182 PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithFilename(
/third_party/python/Doc/data/
Dstable_abi.dat153 function,PyErr_SetFromWindowsErrWithFilename,3.7,on Windows
Drefcounts.dat693 PyErr_SetFromWindowsErrWithFilename:PyObject*::null:
694 PyErr_SetFromWindowsErrWithFilename:int:ierr::
695 PyErr_SetFromWindowsErrWithFilename:const char*:filename::
/third_party/python/PC/
Dpython3dll.c217 EXPORT_FUNC(PyErr_SetFromWindowsErrWithFilename)
/third_party/python/Python/
Derrors.c942 PyObject *PyErr_SetFromWindowsErrWithFilename( in PyErr_SetFromWindowsErrWithFilename() function
/third_party/python/Doc/c-api/
Dexceptions.rst211 .. c:function:: PyObject* PyErr_SetFromWindowsErrWithFilename(int ierr, const char *filename)
240 Similar to :c:func:`PyErr_SetFromWindowsErrWithFilename`, with an additional
/third_party/python/Misc/
Dstable_abi.txt1955 function PyErr_SetFromWindowsErrWithFilename
DHISTORY10816 - Issue #10780: PyErr_SetFromWindowsErrWithFilename() and
23184 PyErr_SetFromWindowsErrWithFilename() and
/third_party/python/Modules/
Dposixmodule.c1682 return PyErr_SetFromWindowsErrWithFilename(errno, filename); in win32_error()