Home
last modified time | relevance | path

Searched refs:PyFrame_New (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dframeobject.h70 PyAPI_FUNC(PyFrameObject *) PyFrame_New(PyThreadState *, PyCodeObject *,
/third_party/python/Python/
Dtraceback.c278 frame = PyFrame_New(PyThreadState_Get(), code, globals, NULL); in _PyTraceback_Add()
/third_party/python/Objects/
Dframeobject.c863 PyFrame_New(PyThreadState *tstate, PyCodeObject *code, in PyFrame_New() function
/third_party/python/Misc/
DHISTORY28509 - frameobject.c: fix reference count bug in PyFrame_New. Vladimir