Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dframeobject.c1032 f->f_fast_as_locals = 0; in _PyFrame_New_NoTrack()
1204 f->f_fast_as_locals = 1; in PyFrame_FastToLocalsWithError()
1292 if (f && f->f_fast_as_locals && _PyFrame_GetState(f) != FRAME_CLEARED) { in PyFrame_LocalsToFast()
1294 f->f_fast_as_locals = 0; in PyFrame_LocalsToFast()
/third_party/python/Include/internal/
H A Dpycore_frame.h23 char f_fast_as_locals; /* Have the fast locals of this frame been converted to a dict? */ member
/third_party/python/Python/
H A Dsysmodule.c943 if (frame->f_fast_as_locals) { in call_trampoline()

Completed in 7 milliseconds