Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpystate.h251 PyAPI_FUNC(PyObject *) _PyThread_CurrentExceptions(void);
/third_party/python/Python/
Dpystate.c1443 _PyThread_CurrentExceptions(void) in _PyThread_CurrentExceptions() function
Dsysmodule.c1874 return _PyThread_CurrentExceptions(); in sys__current_exceptions_impl()