Home
last modified time | relevance | path

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

/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A D_xxsubinterpretersmodule.c1802 static PyObject * RunFailedError = NULL; variable
1809 if (RunFailedError == NULL) { in interp_exceptions_init()
1811 RunFailedError = PyErr_NewException("_xxsubinterpreters.RunFailedError", in interp_exceptions_init()
1813 if (RunFailedError == NULL) { in interp_exceptions_init()
1816 if (PyDict_SetItemString(ns, "RunFailedError", RunFailedError) != 0) { in interp_exceptions_init()
1949 _sharedexception_apply(exc, RunFailedError); in _run_script_in_interpreter()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A D_xxsubinterpretersmodule.c1802 static PyObject * RunFailedError = NULL; variable
1809 if (RunFailedError == NULL) { in interp_exceptions_init()
1811 RunFailedError = PyErr_NewException("_xxsubinterpreters.RunFailedError", in interp_exceptions_init()
1813 if (RunFailedError == NULL) { in interp_exceptions_init()
1816 if (PyDict_SetItemString(ns, "RunFailedError", RunFailedError) != 0) { in interp_exceptions_init()
1949 _sharedexception_apply(exc, RunFailedError); in _run_script_in_interpreter()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A D_xxsubinterpretersmodule.c1802 static PyObject * RunFailedError = NULL; variable
1809 if (RunFailedError == NULL) { in interp_exceptions_init()
1811 RunFailedError = PyErr_NewException("_xxsubinterpreters.RunFailedError", in interp_exceptions_init()
1813 if (RunFailedError == NULL) { in interp_exceptions_init()
1816 if (PyDict_SetItemString(ns, "RunFailedError", RunFailedError) != 0) { in interp_exceptions_init()
1949 _sharedexception_apply(exc, RunFailedError); in _run_script_in_interpreter()
/dports/lang/python38/Python-3.8.12/Modules/
H A D_xxsubinterpretersmodule.c1802 static PyObject * RunFailedError = NULL; variable
1809 if (RunFailedError == NULL) { in interp_exceptions_init()
1811 RunFailedError = PyErr_NewException("_xxsubinterpreters.RunFailedError", in interp_exceptions_init()
1813 if (RunFailedError == NULL) { in interp_exceptions_init()
1816 if (PyDict_SetItemString(ns, "RunFailedError", RunFailedError) != 0) { in interp_exceptions_init()
1949 _sharedexception_apply(exc, RunFailedError); in _run_script_in_interpreter()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A D_xxsubinterpretersmodule.c1802 static PyObject * RunFailedError = NULL; variable
1809 if (RunFailedError == NULL) { in interp_exceptions_init()
1811 RunFailedError = PyErr_NewException("_xxsubinterpreters.RunFailedError", in interp_exceptions_init()
1813 if (RunFailedError == NULL) { in interp_exceptions_init()
1816 if (PyDict_SetItemString(ns, "RunFailedError", RunFailedError) != 0) { in interp_exceptions_init()
1949 _sharedexception_apply(exc, RunFailedError); in _run_script_in_interpreter()
/dports/lang/python39/Python-3.9.9/Modules/
H A D_xxsubinterpretersmodule.c1812 static PyObject * RunFailedError = NULL; variable
1819 if (RunFailedError == NULL) { in interp_exceptions_init()
1821 RunFailedError = PyErr_NewException("_xxsubinterpreters.RunFailedError", in interp_exceptions_init()
1823 if (RunFailedError == NULL) { in interp_exceptions_init()
1826 if (PyDict_SetItemString(ns, "RunFailedError", RunFailedError) != 0) { in interp_exceptions_init()
1962 _sharedexception_apply(exc, RunFailedError); in _run_script_in_interpreter()
/dports/lang/python310/Python-3.10.1/Modules/
H A D_xxsubinterpretersmodule.c1804 static PyObject * RunFailedError = NULL; variable
1811 if (RunFailedError == NULL) { in interp_exceptions_init()
1813 RunFailedError = PyErr_NewException("_xxsubinterpreters.RunFailedError", in interp_exceptions_init()
1815 if (RunFailedError == NULL) { in interp_exceptions_init()
1818 if (PyDict_SetItemString(ns, "RunFailedError", RunFailedError) != 0) { in interp_exceptions_init()
1969 _sharedexception_apply(exc, RunFailedError); in _run_script_in_interpreter()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A D_xxsubinterpretersmodule.c1809 static PyObject * RunFailedError = NULL; variable
1816 if (RunFailedError == NULL) { in interp_exceptions_init()
1818 RunFailedError = PyErr_NewException("_xxsubinterpreters.RunFailedError", in interp_exceptions_init()
1820 if (RunFailedError == NULL) { in interp_exceptions_init()
1823 if (PyDict_SetItemString(ns, "RunFailedError", RunFailedError) != 0) { in interp_exceptions_init()
1973 _sharedexception_apply(exc, RunFailedError); in _run_script_in_interpreter()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest__xxsubinterpreters.py887 with self.assertRaises(interpreters.RunFailedError) as caught:
1369 with self.assertRaises(interpreters.RunFailedError) as cm:
1374 with self.assertRaises(interpreters.RunFailedError) as cm:
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest__xxsubinterpreters.py887 with self.assertRaises(interpreters.RunFailedError) as caught:
1369 with self.assertRaises(interpreters.RunFailedError) as cm:
1374 with self.assertRaises(interpreters.RunFailedError) as cm:
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest__xxsubinterpreters.py887 with self.assertRaises(interpreters.RunFailedError) as caught:
1369 with self.assertRaises(interpreters.RunFailedError) as cm:
1374 with self.assertRaises(interpreters.RunFailedError) as cm:
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest__xxsubinterpreters.py887 with self.assertRaises(interpreters.RunFailedError) as caught:
1369 with self.assertRaises(interpreters.RunFailedError) as cm:
1374 with self.assertRaises(interpreters.RunFailedError) as cm:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest__xxsubinterpreters.py887 with self.assertRaises(interpreters.RunFailedError) as caught:
1369 with self.assertRaises(interpreters.RunFailedError) as cm:
1374 with self.assertRaises(interpreters.RunFailedError) as cm:
/dports/lang/python310/Python-3.10.1/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:
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest__xxsubinterpreters.py883 with self.assertRaises(interpreters.RunFailedError) as caught:
1565 with self.assertRaises(interpreters.RunFailedError) as cm:
1570 with self.assertRaises(interpreters.RunFailedError) as cm:
/dports/lang/python311/Python-3.11.0a3/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:
/dports/lang/python311/Python-3.11.0a3/Tools/c-analyzer/cpython/
H A Dignored.tsv2373 Modules/_xxsubinterpretersmodule.c - RunFailedError -
/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/cpython/
H A Dignored.tsv2412 Modules/_xxsubinterpretersmodule.c - RunFailedError -