Home
last modified time | relevance | path

Searched refs:_PyFrame_Fini (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_pylifecycle.h84 extern void _PyFrame_Fini(PyInterpreterState *interp);
/third_party/python/Objects/
Dframeobject.c1140 _PyFrame_Fini(PyInterpreterState *interp) in _PyFrame_Fini() function
/third_party/python/Python/
Dpylifecycle.c1638 _PyFrame_Fini(interp); in finalize_interp_types()