Lines Matching refs:interp
175 RESET_GIL_DROP_REQUEST(tstate->interp);
199 tstate->interp->runtime to support calls from Python daemon threads.
230 PyInterpreterState *interp = tstate->interp;
231 struct _ceval_runtime_state *ceval = &interp->runtime->ceval;
232 struct _ceval_state *ceval2 = &interp->ceval;
267 RESET_GIL_DROP_REQUEST(interp);
273 SET_GIL_DROP_REQUEST(interp);
313 RESET_GIL_DROP_REQUEST(interp);
321 COMPUTE_EVAL_BREAKER(interp, ceval, ceval2);
326 _PyEval_SignalAsyncExc(tstate->interp);