Searched refs:_PyAST_Fini (Results 1 – 3 of 3) sorted by relevance
109 extern void _PyAST_Fini(PyInterpreterState *interp);
320 _PyAST_Fini(interp); in interpreter_clear()
25 void _PyAST_Fini(PyInterpreterState *interp) in _PyAST_Fini() function