Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pystate.h50 int tracing_possible; member
/external/python/cpython3/Python/
Dceval.c712 #define _Py_TracingPossible(ceval) ((ceval)->tracing_possible)
4716 runtime->ceval.tracing_possible += (func != NULL) - (tstate->c_tracefunc != NULL); in PyEval_SetTrace()