Searched refs:_PyFrame_FastToLocalsWithError (Results 1 – 7 of 7) sorted by relevance
190 _PyFrame_FastToLocalsWithError(_PyInterpreterFrame *frame);
1102 _PyFrame_FastToLocalsWithError(_PyInterpreterFrame *frame) { in _PyFrame_FastToLocalsWithError() function1202 int err = _PyFrame_FastToLocalsWithError(f->f_frame); in PyFrame_FastToLocalsWithError()
3963 if (_PyFrame_FastToLocalsWithError(frame) < 0) {7187 if (_PyFrame_FastToLocalsWithError(current_frame) < 0) {