Home
last modified time | relevance | path

Searched refs:PyExc_WindowsError (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/
Dpyerrors.h135 PyAPI_DATA(PyObject *) PyExc_WindowsError;
/third_party/python/Doc/c-api/
Dexceptions.rst197 :c:func:`FormatMessage`), and then calls ``PyErr_SetObject(PyExc_WindowsError,
1019 single: PyExc_WindowsError
1028 | :c:data:`PyExc_WindowsError` | \(3) |
/third_party/python/Doc/data/
Dstable_abi.dat254 var,PyExc_WindowsError,3.7,on Windows
/third_party/python/PC/
Dpython3dll.c821 EXPORT_DATA(PyExc_WindowsError)
/third_party/python/Misc/
Dstable_abi.txt1958 data PyExc_WindowsError
/third_party/python/Objects/
Dexceptions.c19 PyObject *PyExc_WindowsError = NULL; variable