Home
last modified time | relevance | path

Searched refs:dump_traceback (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Python/
Dtraceback.c812 dump_traceback(int fd, PyThreadState *tstate, int write_header) in dump_traceback() function
859 dump_traceback(fd, tstate, 1); in _Py_DumpTraceback()
943 dump_traceback(fd, tstate, 0); in _Py_DumpTracebackThreads()
/third_party/python/Lib/test/support/
Dthreading_helper.py151 faulthandler.dump_traceback(sys.stdout)
/third_party/python/Doc/library/
Dfaulthandler.rst50 .. function:: dump_traceback(file=sys.stderr, all_threads=True)
/third_party/python/Lib/test/
Dtest_faulthandler.py807 faulthandler.dump_traceback()
Dtest_concurrent_futures.py1133 faulthandler.dump_traceback(file=f)
/third_party/python/Misc/NEWS.d/
D3.5.0a3.rst448 enable(), register(), dump_traceback() and dump_traceback_later() functions
/third_party/python/Doc/whatsnew/
D3.5.rst1141 :func:`~faulthandler.dump_traceback` and