Home
last modified time | relevance | path

Searched refs:PyInterpreterState_Delete (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/
Dpystate.h26 PyAPI_FUNC(void) PyInterpreterState_Delete(PyInterpreterState *);
/third_party/python/Python/
Dpylifecycle.c1340 PyInterpreterState_Delete(tstate->interp); in finalize_interp_delete()
1559 PyInterpreterState_Delete(interp); in new_interpreter()
1609 PyInterpreterState_Delete(interp); in new_interpreter()
Dpystate.c335 PyInterpreterState_Delete(PyInterpreterState *interp) in PyInterpreterState_Delete() function
/third_party/python/PC/
Dpython3.def302 PyInterpreterState_Delete=python39.PyInterpreterState_Delete
/third_party/python/Doc/data/
Drefcounts.dat1065 PyInterpreterState_Delete:void:::
1066 PyInterpreterState_Delete:PyInterpreterState*:interp::
/third_party/python/Doc/c-api/
Dinit.rst1036 .. c:function:: void PyInterpreterState_Delete(PyInterpreterState *interp)