Skip to content
Snippets Groups Projects
Commit 2e17da7d authored by Enric Tejedor Saavedra's avatar Enric Tejedor Saavedra
Browse files

[Exp PyROOT] Remove extra DECREF

parent 8085a1fe
No related branches found
No related tags found
No related merge requests found
......@@ -506,7 +506,6 @@ PyObject* NumbaCallableImpl_call(PyObject * /*self*/, PyObject *args)
} else if (cpptype.compare("") == 0) { // No input, skip
} else {
Py_DECREF(iter);
Py_DECREF(item);
PyErr_SetString(PyExc_RuntimeError,
("Failed to create C++ callable: Input type " + cpptype + " is not valid for jitting with numba.").c_str());
return NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment