Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h86 extern void _PyTuple_Fini(PyInterpreterState *interp);
/third_party/python/Objects/
Dtupleobject.c1042 _PyTuple_Fini(PyInterpreterState *interp) in _PyTuple_Fini() function
/third_party/python/Python/
Dpylifecycle.c1648 _PyTuple_Fini(interp); in finalize_interp_types()