Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h104 extern void _PyLong_Fini(PyInterpreterState *interp);
/third_party/python/Python/
Dpylifecycle.c1655 _PyLong_Fini(interp); in finalize_interp_types()
/third_party/python/Objects/
Dlongobject.c5784 _PyLong_Fini(PyInterpreterState *interp) in _PyLong_Fini() function