Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyerrors.h146 PyAPI_DATA(PyObject *) PyExc_WindowsError;
/external/python/cpython3/PC/
Dpython3dll.c883 EXPORT_DATA(PyExc_WindowsError)
/external/python/cpython3/Doc/data/
Dstable_abi.dat269 data,PyExc_WindowsError,3.7,on Windows,
/external/python/cpython3/Doc/c-api/
Dexceptions.rst1160 single: PyExc_WindowsError (C var)
1169 | :c:data:`!PyExc_WindowsError` | [2]_ |
/external/python/cpython3/Python/
Dsysmodule.c1703 if (!PyErr_ExceptionMatches(PyExc_WindowsError)) { in sys_getwindowsversion_impl()
/external/python/cpython3/Misc/
Dstable_abi.toml2059 [data.PyExc_WindowsError]
/external/python/cpython3/Objects/
Dexceptions.c24 PyObject *PyExc_WindowsError = NULL; // borrowed ref variable