PyErr_Format(PyExc_TypeError,"copy-constructor for %s requires an object of the same type, not %s",s_lpinteriorpointshortstep_str,solver->ob_type->tp_name);
Py_DECREF(solver);
return-1;
}
...
...
@@ -1007,7 +1006,6 @@ static int PyBobMathLpInteriorPointShortstep_init1(PyBobMathLpInteriorPointShort
PyErr_Format(PyExc_RuntimeError,"cannot deep-copy object of type %s: unknown exception caught",s_lpinteriorpointshortstep_str);
PyErr_Format(PyExc_TypeError,"copy-constructor for %s requires an object of the same type, not %s",s_lpinteriorpointpredictorcorrector_str,solver->ob_type->tp_name);
PyErr_Format(PyExc_RuntimeError,"number of arguments mismatch - %s requires 1 or 5 arguments, but you provided %"PY_FORMAT_SIZE_T"d (see help)",s_lpinteriorpointpredictorcorrector_str,nargs);
PyErr_Format(PyExc_TypeError,"copy-constructor for %s requires an object of the same type, not %s",s_lpinteriorpointlongstep_str,solver->ob_type->tp_name);
PyErr_Format(PyExc_RuntimeError,"number of arguments mismatch - %s requires 1 or 5 arguments, but you provided %"PY_FORMAT_SIZE_T"d (see help)",s_lpinteriorpointlongstep_str,nargs);