Home
last modified time | relevance | path

Searched refs:PyFrame_LocalsToFast (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/cpython/
Dframeobject.h16 PyAPI_FUNC(void) PyFrame_LocalsToFast(PyFrameObject *, int);
/third_party/python/Objects/
Dframeobject.c1289 PyFrame_LocalsToFast(PyFrameObject *f, int clear) in PyFrame_LocalsToFast() function
/third_party/python/Python/
Dsysmodule.c952 PyFrame_LocalsToFast(frame, 1); in call_trampoline()
/third_party/python/Doc/whatsnew/
D3.11.rst2465 :c:func:`PyFrame_FastToLocalsWithError` or :c:func:`PyFrame_LocalsToFast`,
/third_party/python/Misc/
DHISTORY25112 - PyFrame_FastToLocals() and PyFrame_LocalsToFast() copy bindings for
DNEWS3455 :c:func:`PyFrame_LocalsToFast` are no longer called during profiling nor