Searched refs:saved_python_thread (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dif_python.c464 static PyThreadState *saved_python_thread = NULL; variable
477 saved_python_thread = PyEval_SaveThread();
491 PyEval_RestoreThread(saved_python_thread);
492 saved_python_thread = NULL;

Completed in 65 milliseconds