Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpystate.h148 CFrame root_cframe; member
/third_party/python/Python/
Dpystate.c629 tstate->root_cframe.use_tracing = 0; in new_threadstate()
630 tstate->cframe = &tstate->root_cframe; in new_threadstate()