Lines Matching defs:tstate
200 PyThreadState *tstate = _PyThreadState_GET();
201 cell = _PyEval_Vector(tstate, (PyFunctionObject *)func, ns, NULL, 0, NULL);
1346 PyThreadState *tstate = _PyThreadState_GET();
1355 _PyErr_NoMemory(tstate);
1371 result = _PyObject_VectorcallTstate(tstate, lz->func, stack, nargs, NULL);
1995 PyThreadState *tstate = _PyThreadState_GET();
1996 file = _PySys_GetAttr(tstate, &_Py_ID(stdout));
2086 PyThreadState *tstate = _PyThreadState_GET();
2088 tstate, &_Py_ID(stdin));
2090 tstate, &_Py_ID(stdout));
2092 tstate, &_Py_ID(stderr));