diff options
Diffstat (limited to 'Objects/complexobject.c')
-rw-r--r-- | Objects/complexobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/complexobject.c b/Objects/complexobject.c index 894f796..7ebafa7 100644 --- a/Objects/complexobject.c +++ b/Objects/complexobject.c @@ -1027,7 +1027,7 @@ complex_subtype_from_string(PyTypeObject *type, PyObject *v) overflow: PyErr_SetString(PyExc_OverflowError, "complex() arg overflow"); - + return NULL; } static PyObject * |