Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h16 PyAPI_FUNC(void) PyInterpreterState_Delete(PyInterpreterState *);
/external/python/cpython3/Python/
Dpylifecycle.c1917 PyInterpreterState_Delete(interp); in finalize_interp_delete()
2351 PyInterpreterState_Delete(interp); in new_interpreter()
Dcrossinterp.c1890 PyInterpreterState_Delete(interp); in _PyXI_EndInterpreter()
Dpystate.c940 PyInterpreterState_Delete(PyInterpreterState *interp) in PyInterpreterState_Delete() function
/external/python/cpython3/PC/
Dpython3dll.c321 EXPORT_FUNC(PyInterpreterState_Delete)
/external/python/cpython3/Doc/data/
Dstable_abi.dat331 func,PyInterpreterState_Delete,3.2,,
Drefcounts.dat1124 PyInterpreterState_Delete:void:::
1125 PyInterpreterState_Delete:PyInterpreterState*:interp::
Dpython3.13.abi372 …<elf-symbol name='PyInterpreterState_Delete' type='func-type' binding='global-binding' visibility=…
25491PyInterpreterState_Delete' mangled-name='PyInterpreterState_Delete' filepath='./Include/pystate.h'…
/external/python/cpython3/Misc/
Dstable_abi.toml895 [function.PyInterpreterState_Delete]
/external/python/cpython3/Doc/c-api/
Dinit.rst1312 .. c:function:: void PyInterpreterState_Delete(PyInterpreterState *interp)