Home
last modified time | relevance | path

Searched refs:Py_EndInterpreter (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Demo/embed/
Dimportexc.c10 Py_EndInterpreter(PyThreadState_Get()); in main()
/external/python/cpython2/Include/
Dpythonrun.h33 PyAPI_FUNC(void) Py_EndInterpreter(PyThreadState *);
/external/python/cpython2/Demo/pysvr/
Dpysvr.c337 Py_EndInterpreter(tstate); in run_interpreter()
/external/python/cpython2/PC/os2vacpp/
Dpython.def414 Py_EndInterpreter
/external/python/cpython2/PC/os2emx/
Dpython27.def1081 "Py_EndInterpreter"
/external/python/cpython2/Doc/data/
Drefcounts.dat1752 Py_EndInterpreter:void:::
1753 Py_EndInterpreter:PyThreadState*:tstate::
/external/python/cpython2/Python/
Dpythonrun.c652 Py_EndInterpreter(PyThreadState *tstate) in Py_EndInterpreter() function
/external/python/cpython2/Doc/c-api/
Dinit.rst867 .. c:function:: void Py_EndInterpreter(PyThreadState *tstate)
/external/python/cpython2/Misc/
DHISTORY13918 functions Py_NewInterpreter() and Py_EndInterpreter(). Since the