We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ecb3b commit e57df6fCopy full SHA for e57df6f
eqtools/_tricubmodule.c
@@ -92,7 +92,7 @@ inline static void parse_input(PyObject* args,
92
int* d2)
93
{
94
PyObject *x0obj, *x1obj, *x2obj, *fobj, *fx0obj, *fx1obj, *fx2obj;
95
- PyObject *dobj0, *dobj1, *dobj2;
+ PyObject *dobj0 = NULL, *dobj1 = NULL, *dobj2 = NULL;
96
PyArg_ParseTuple(args, "O!O!O!O!O!O!O!|O!O!O!");
97
98
0 commit comments