Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpystate.h190 PyAPI_FUNC(PyObject *) _PyThread_CurrentExceptions(void);
/third_party/python/Python/
Dpystate.c1248 _PyThread_CurrentExceptions(void) in _PyThread_CurrentExceptions() function
Dsysmodule.c1892 return _PyThread_CurrentExceptions(); in sys__current_exceptions_impl()