Searched refs:PyFrame_FastToLocalsWithError (Results 1 – 5 of 5) sorted by relevance
89 PyAPI_FUNC(int) PyFrame_FastToLocalsWithError(PyFrameObject *f);
35 if (PyFrame_FastToLocalsWithError(f) < 0) in frame_getlocals()1013 PyFrame_FastToLocalsWithError(PyFrameObject *f) in PyFrame_FastToLocalsWithError() function1079 res = PyFrame_FastToLocalsWithError(f); in PyFrame_FastToLocals()
953 if (PyFrame_FastToLocalsWithError(frame) < 0) { in call_trampoline()
3707 if (PyFrame_FastToLocalsWithError(f) < 0) { in _PyEval_EvalFrameDefault()5709 if (PyFrame_FastToLocalsWithError(current_frame) < 0) { in PyEval_GetLocals()
3259 - Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle