Home
last modified time | relevance | path

Searched refs:_PyErr_GetExcInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dpyerrors.h88 PyAPI_FUNC(void) _PyErr_GetExcInfo(PyThreadState *, PyObject **, PyObject **, PyObject **);
/third_party/python/Python/
Derrors.c468 _PyErr_GetExcInfo(PyThreadState *tstate, in _PyErr_GetExcInfo() function
486 _PyErr_GetExcInfo(tstate, p_type, p_value, p_traceback); in PyErr_GetExcInfo()
/third_party/python/Misc/NEWS.d/
D3.9.0a3.rst905 Add a private ``_PyErr_GetExcInfo()`` function to retrieve exception