Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpystate.h26 PyAPI_FUNC(void) PyInterpreterState_Delete(PyInterpreterState *);
/third_party/python/Python/
Dpylifecycle.c1698 PyInterpreterState_Delete(interp); in finalize_interp_delete()
1914 PyInterpreterState_Delete(interp); in new_interpreter()
1967 PyInterpreterState_Delete(interp); in new_interpreter()
Dpystate.c378 PyInterpreterState_Delete(PyInterpreterState *interp) in PyInterpreterState_Delete() function
/third_party/python/PC/
Dpython3dll.c301 EXPORT_FUNC(PyInterpreterState_Delete)
/third_party/python/Doc/data/
Dstable_abi.dat313 function,PyInterpreterState_Delete,3.2,
Drefcounts.dat1065 PyInterpreterState_Delete:void:::
1066 PyInterpreterState_Delete:PyInterpreterState*:interp::
/third_party/python/Misc/
Dstable_abi.txt790 function PyInterpreterState_Delete
/third_party/python/Doc/c-api/
Dinit.rst1073 .. c:function:: void PyInterpreterState_Delete(PyInterpreterState *interp)