Searched refs:run_in_subinterp (Results 1 – 6 of 6) sorted by relevance
188 ret = support.run_in_subinterp(code)203 ret = support.run_in_subinterp(code)220 ret = support.run_in_subinterp(code)
887 ret = test.support.run_in_subinterp(code)919 ret = test.support.run_in_subinterp(code)
410 ret = support.run_in_subinterp(code)
2692 def run_in_subinterp(code): function2709 return _testcapi.run_in_subinterp(code)
3085 run_in_subinterp(PyObject *self, PyObject *args) in run_in_subinterp() function4709 {"run_in_subinterp", run_in_subinterp, METH_VARARGS},
1132 .. function:: run_in_subinterp(code)