fix crash
This commit is contained in:
parent
945251c6b8
commit
855c20501b
@ -934,10 +934,10 @@ Context_compare(ContextObject *a, ContextObject *b, int op)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
PyErr_SetString(PyExc_TypeError, "contexts are either equal or not equal");
|
PyErr_SetString(PyExc_TypeError, "contexts are either equal or not equal");
|
||||||
Py_INCREF(Py_None);
|
|
||||||
ret = Py_None;
|
ret = Py_None;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Py_INCREF(ret);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user