Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_traceback.h31 PyAPI_FUNC(void) _Py_DumpTraceback(
/third_party/python/Modules/
Dfaulthandler.c249 _Py_DumpTraceback(fd, tstate); in faulthandler_dump_traceback()
287 _Py_DumpTraceback(fd, tstate); in faulthandler_dump_traceback_py()
/third_party/python/Python/
Dtraceback.c857 _Py_DumpTraceback(int fd, PyThreadState *tstate) in _Py_DumpTraceback() function