Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpylifecycle.c2025 int has_tb; in _Py_FatalError_PrintExc() local
2051 has_tb = (tb != Py_None); in _Py_FatalError_PrintExc()
2064 return has_tb; in _Py_FatalError_PrintExc()