Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpystate.h108 PyAPI_FUNC(void) PyInterpreterState_Delete(PyInterpreterState *);
/external/python/cpython2/Python/
Dpythonrun.c517 PyInterpreterState_Delete(interp); in Py_Finalize()
591 PyInterpreterState_Delete(interp); in Py_NewInterpreter()
634 PyInterpreterState_Delete(interp); in Py_NewInterpreter()
666 PyInterpreterState_Delete(interp); in Py_EndInterpreter()
Dpystate.c129 PyInterpreterState_Delete(PyInterpreterState *interp) in PyInterpreterState_Delete() function
/external/python/cpython2/PC/os2vacpp/
Dpython.def219 PyInterpreterState_Delete
/external/python/cpython2/PC/os2emx/
Dpython27.def1033 "PyInterpreterState_Delete"
/external/python/cpython2/Doc/data/
Drefcounts.dat566 PyInterpreterState_Delete:void:::
567 PyInterpreterState_Delete:PyInterpreterState*:interp::
/external/python/cpython2/Doc/c-api/
Dinit.rst710 .. c:function:: void PyInterpreterState_Delete(PyInterpreterState *interp)