Searched refs:Py_EndInterpreter (Results 1 – 9 of 9) sorted by relevance
10 Py_EndInterpreter(PyThreadState_Get()); in main()
33 PyAPI_FUNC(void) Py_EndInterpreter(PyThreadState *);
337 Py_EndInterpreter(tstate); in run_interpreter()
414 Py_EndInterpreter
1081 "Py_EndInterpreter"
1752 Py_EndInterpreter:void:::1753 Py_EndInterpreter:PyThreadState*:tstate::
652 Py_EndInterpreter(PyThreadState *tstate) in Py_EndInterpreter() function
867 .. c:function:: void Py_EndInterpreter(PyThreadState *tstate)
13918 functions Py_NewInterpreter() and Py_EndInterpreter(). Since the