Home
last modified time | relevance | path

Searched refs:_PyFrame_FastToLocalsWithError (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_frame.h190 _PyFrame_FastToLocalsWithError(_PyInterpreterFrame *frame);
/third_party/python/Objects/
Dframeobject.c1102 _PyFrame_FastToLocalsWithError(_PyInterpreterFrame *frame) { in _PyFrame_FastToLocalsWithError() function
1202 int err = _PyFrame_FastToLocalsWithError(f->f_frame); in PyFrame_FastToLocalsWithError()
/third_party/python/Python/
Dceval.c3963 if (_PyFrame_FastToLocalsWithError(frame) < 0) {
7187 if (_PyFrame_FastToLocalsWithError(current_frame) < 0) {