Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_threadmodule.c1353 thread_excepthook_file(PyObject *file, PyObject *exc_type, PyObject *exc_value, in thread_excepthook_file() function
1479 int res = thread_excepthook_file(file, exc_type, exc_value, exc_tb, in thread_excepthook()