Searched refs:py_error (Results 1 – 1 of 1) sorted by relevance
1059 PythonObject py_error; in ExecuteOneLineWithReturn() local1074 py_error.Reset(PyRefType::Borrowed, PyErr_Occurred()); in ExecuteOneLineWithReturn()1075 if (py_error.IsValid()) in ExecuteOneLineWithReturn()1085 py_error.Reset(PyRefType::Borrowed, PyErr_Occurred()); in ExecuteOneLineWithReturn()1086 if (py_error.IsValid()) in ExecuteOneLineWithReturn()1185 py_error.Reset(PyRefType::Borrowed, PyErr_Occurred()); in ExecuteOneLineWithReturn()1186 if (py_error.IsValid()) { in ExecuteOneLineWithReturn()1189 if (PyErr_GivenExceptionMatches(py_error.get(), PyExc_SyntaxError)) in ExecuteOneLineWithReturn()1215 PythonObject py_error; in ExecuteMultipleLines() local1227 py_error.Reset(PyRefType::Borrowed, PyErr_Occurred()); in ExecuteMultipleLines()[all …]