Home
last modified time | relevance | path

Searched refs:PyErr_SetFromErrnoWithFilename (Results 1 – 14 of 14) sorted by relevance

/third_party/python/Misc/
Dcoverity_model.c80 PyObject *PyErr_SetFromErrnoWithFilename(PyObject *exc, const char *filename) in PyErr_SetFromErrnoWithFilename() function
Dstable_abi.txt550 function PyErr_SetFromErrnoWithFilename
DHISTORY11873 - Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename()
/third_party/python/Tools/peg_generator/peg_extension/
Dpeg_extension.c49 PyErr_SetFromErrnoWithFilename(PyExc_OSError, filename); in parse_file()
/third_party/python/Include/
Dpyerrors.h164 PyAPI_FUNC(PyObject *) PyErr_SetFromErrnoWithFilename(
/third_party/python/Modules/
Dossaudiodev.c129 PyErr_SetFromErrnoWithFilename(PyExc_OSError, devicename); in newossobject()
135 PyErr_SetFromErrnoWithFilename(PyExc_OSError, devicename); in newossobject()
D_dbmmodule.c78 PyErr_SetFromErrnoWithFilename(state->dbm_error, file); in newdbmobject()
D_gdbmmodule.c87 PyErr_SetFromErrnoWithFilename(state->gdbm_error, file); in newgdbmobject()
/third_party/python/Doc/data/
Dstable_abi.dat149 function,PyErr_SetFromErrnoWithFilename,3.2,
Drefcounts.dat677 PyErr_SetFromErrnoWithFilename:PyObject*::null:
678 PyErr_SetFromErrnoWithFilename:PyObject*:type:+1:
679 PyErr_SetFromErrnoWithFilename:const char*:filename::
/third_party/python/PC/
Dpython3dll.c213 EXPORT_FUNC(PyErr_SetFromErrnoWithFilename)
/third_party/python/Python/
Derrors.c798 PyErr_SetFromErrnoWithFilename(PyObject *exc, const char *filename) in PyErr_SetFromErrnoWithFilename() function
/third_party/python/Parser/
Dtokenizer.c459 PyErr_SetFromErrnoWithFilename(PyExc_OSError, NULL); in fp_setreadl()
/third_party/python/Doc/c-api/
Dexceptions.rst182 .. c:function:: PyObject* PyErr_SetFromErrnoWithFilename(PyObject *type, const char *filename)