Kaydet (Commit) 90d47cb4 authored tarafından Mark Dickinson's avatar Mark Dickinson

Fix missing 'return NULL'

üst 95bc980d
......@@ -1027,7 +1027,7 @@ complex_subtype_from_string(PyTypeObject *type, PyObject *v)
overflow:
PyErr_SetString(PyExc_OverflowError,
"complex() arg overflow");
return NULL;
}
static PyObject *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment