Home
last modified time | relevance | path

Searched refs:_PyErr_SetHandledException (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_pyerrors.h16 extern void _PyErr_SetHandledException(PyThreadState *, PyObject *);
/external/python/cpython3/Python/
Derrors.c593 _PyErr_SetHandledException(PyThreadState *tstate, PyObject *exc) in _PyErr_SetHandledException() function
602 _PyErr_SetHandledException(tstate, exc); in PyErr_SetHandledException()