Home
last modified time | relevance | path

Searched refs:run_in_subinterp (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_atexit.py188 ret = support.run_in_subinterp(code)
203 ret = support.run_in_subinterp(code)
220 ret = support.run_in_subinterp(code)
Dtest_threading.py887 ret = test.support.run_in_subinterp(code)
919 ret = test.support.run_in_subinterp(code)
Dtest_capi.py410 ret = support.run_in_subinterp(code)
/external/python/cpython3/Lib/test/support/
D__init__.py2692 def run_in_subinterp(code): function
2709 return _testcapi.run_in_subinterp(code)
/external/python/cpython3/Modules/
D_testcapimodule.c3085 run_in_subinterp(PyObject *self, PyObject *args) in run_in_subinterp() function
4709 {"run_in_subinterp", run_in_subinterp, METH_VARARGS},
/external/python/cpython3/Doc/library/
Dtest.rst1132 .. function:: run_in_subinterp(code)