Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h109 extern void _PyAST_Fini(PyInterpreterState *interp);
/third_party/python/Python/
Dpystate.c320 _PyAST_Fini(interp); in interpreter_clear()
DPython-ast.c25 void _PyAST_Fini(PyInterpreterState *interp) in _PyAST_Fini() function