Home
last modified time | relevance | path

Searched refs:_PyList_Fini (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_list.h16 extern void _PyList_Fini(PyInterpreterState *);
/third_party/python/Python/
H A Dpylifecycle.c15 #include "pycore_list.h" // _PyList_Fini()
1690 _PyList_Fini(interp); in finalize_interp_types()
/third_party/python/Objects/
H A Dlistobject.c133 _PyList_Fini(PyInterpreterState *interp) in _PyList_Fini() function
167 // PyList_New() must not be called after _PyList_Fini() in PyList_New()
364 // list_dealloc() must not be called after _PyList_Fini() in list_dealloc()

Completed in 9 milliseconds