// The 2nd error could be conditional in a real application. py::set_error(PyExc_RuntimeError, "2nd error."); } // Here the 1st error is destroyed before the 2nd ...
// The 2nd error could be conditional in a real application. PyErr_SetString(PyExc_RuntimeError, "2nd error."); } // Here the 1st error is destroyed before the 2nd ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results