Searched refs:gtstate (Results 1 – 1 of 1) sorted by relevance
54 static PyThreadState *gtstate; variable174 if (gtstate) { in main_thread()175 PyEval_AcquireThread(gtstate); in main_thread()176 gtstate = NULL; in main_thread()222 if (gtstate) in init_python()226 gtstate = PyEval_SaveThread(); /* Release the thread state */ in init_python()