Searched refs:PyFrame_FastToLocalsWithError (Results 1 – 13 of 13) sorted by relevance
28 PyAPI_FUNC(int) PyFrame_FastToLocalsWithError(PyFrameObject *f);
28 if (PyFrame_FastToLocalsWithError(f) < 0) in frame_getlocals()1195 PyFrame_FastToLocalsWithError(PyFrameObject *f) in PyFrame_FastToLocalsWithError() function1216 res = PyFrame_FastToLocalsWithError(f); in PyFrame_FastToLocals()
196 if (PyFrame_FastToLocalsWithError(frame) < 0) { in PyFrame_GetLocals()
162 return PyFrame_FastToLocalsWithError(frame); in THP_PyFrame_FastToLocalsWithError()
944 if (PyFrame_FastToLocalsWithError(frame) < 0) { in call_trampoline()
141 :c:func:`PyFrame_FastToLocalsWithError` and :c:func:`PyFrame_LocalsToFast`
2465 :c:func:`PyFrame_FastToLocalsWithError` or :c:func:`PyFrame_LocalsToFast`,
247 …<elf-symbol name='PyFrame_FastToLocalsWithError' type='func-type' binding='global-binding' visibil…8339 …PyFrame_FastToLocalsWithError' mangled-name='PyFrame_FastToLocalsWithError' filepath='Objects/fram…
3259 - Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle