Home
last modified time | relevance | path

Searched refs:tracing_what (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
H A Dpystate.h106 int tracing_what; /* The event currently being traced, if any. */ member
/third_party/python/Objects/
H A Dframeobject.c663 switch(PyThreadState_GET()->tracing_what) { in frame_setlineno()
/third_party/python/Python/
H A Dceval.c6870 int old_what = tstate->tracing_what;
6871 tstate->tracing_what = what;
6881 tstate->tracing_what = old_what;

Completed in 13 milliseconds