Home
last modified time | relevance | path

Searched refs:RunFailedError (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/
H A D_xxsubinterpretersmodule.c1808 static PyObject * RunFailedError = NULL; variable
1815 if (RunFailedError == NULL) { in interp_exceptions_init()
1817 RunFailedError = PyErr_NewException("_xxsubinterpreters.RunFailedError", in interp_exceptions_init()
1819 if (RunFailedError == NULL) { in interp_exceptions_init()
1822 if (PyDict_SetItemString(ns, "RunFailedError", RunFailedError) != 0) { in interp_exceptions_init()
1910 fprintf(stderr, "RunFailedError: script raised an uncaught exception"); in _run_script()
1954 _sharedexception_apply(exc, RunFailedError); in _run_script_in_interpreter()
/third_party/python/Lib/test/
H A Dtest__xxsubinterpreters.py873 with self.assertRaises(interpreters.RunFailedError) as caught:
1555 with self.assertRaises(interpreters.RunFailedError) as cm:
1560 with self.assertRaises(interpreters.RunFailedError) as cm:

Completed in 9 milliseconds