Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_context.h40 void _PyContext_Fini(PyInterpreterState *interp);
/third_party/python/Python/
Dcontext.c1303 _PyContext_Fini(PyInterpreterState *interp) in _PyContext_Fini() function
Dpylifecycle.c1640 _PyContext_Fini(interp); in finalize_interp_types()