Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h90 extern void _PySlice_Fini(PyInterpreterState *interp);
/third_party/python/Objects/
Dsliceobject.c100 void _PySlice_Fini(PyInterpreterState *interp) in _PySlice_Fini() function
/third_party/python/Python/
Dpylifecycle.c1650 _PySlice_Fini(interp); in finalize_interp_types()