Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_xxsubinterpretersmodule.c1922 _run_script_in_interpreter(PyInterpreterState *interp, const char *codestr, in _run_script_in_interpreter() function
2203 if (_run_script_in_interpreter(interp, codestr, shared) != 0) { in interp_run_string()