Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dtraceback.h52 PyAPI_FUNC(void) _Py_DumpTraceback(
/external/python/cpython3/Modules/
Dfaulthandler.c244 _Py_DumpTraceback(fd, tstate); in faulthandler_dump_traceback()
282 _Py_DumpTraceback(fd, tstate); in faulthandler_dump_traceback_py()
/external/python/cpython3/Python/
Dtraceback.c817 _Py_DumpTraceback(int fd, PyThreadState *tstate) in _Py_DumpTraceback() function