Searched refs:error_scope (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h714 struct error_scope { struct
716 error_scope() { PyErr_Fetch(&type, &value, &trace); } function in struct:error_scope
717 ~error_scope() { PyErr_Restore(type, value, trace); }
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h412 error_scope scope; // Preserve error state
H A Dpybind11.h2017 error_scope scope;

Completed in 26 milliseconds