Commit 18e16cb7 authored by Stefan Behnel's avatar Stefan Behnel

comment

parent b65da2aa
...@@ -635,7 +635,7 @@ static PyObject* __Pyx_PyFloat_{{op}}{{order}}(PyObject *op1, PyObject *op2, dou ...@@ -635,7 +635,7 @@ static PyObject* __Pyx_PyFloat_{{op}}{{order}}(PyObject *op1, PyObject *op2, dou
break; break;
} }
} }
// fall through if size don't fit safely into a double anymore // fall through if size doesn't fit safely into a double anymore
{{endfor}} {{endfor}}
default: {{fval}} = PyLong_AsDouble({{pyval}}); default: {{fval}} = PyLong_AsDouble({{pyval}});
if (unlikely({{fval}} == -1 && PyErr_Occurred())) return NULL; if (unlikely({{fval}} == -1 && PyErr_Occurred())) return NULL;
......
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