Searched refs:c_traceobj (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Include/cpython/ |
H A D | pystate.h | 115 PyObject *c_traceobj; member
|
/third_party/python/Python/ |
H A D | ceval.c | 1582 tstate->c_traceobj, in trace_function_entry() 1607 if (call_trace_protected(tstate->c_tracefunc, tstate->c_traceobj, in trace_function_exit() 2602 call_exc_trace(tstate->c_tracefunc, tstate->c_traceobj, tstate, frame); 4353 call_exc_trace(tstate->c_tracefunc, tstate->c_traceobj, tstate, frame); 5653 tstate->c_traceobj, 5763 call_exc_trace(tstate->c_tracefunc, tstate->c_traceobj, 7024 PyObject *traceobj = tstate->c_traceobj; 7027 tstate->c_traceobj = NULL; 7032 tstate->c_traceobj = arg;
|
H A D | sysmodule.c | 1044 PyObject *temp = tstate->c_traceobj; in sys_gettrace_impl()
|
H A D | pystate.c | 1055 Py_CLEAR(tstate->c_traceobj); in PyThreadState_Clear()
|
Completed in 18 milliseconds