Commit fbd72ec9 authored by Stefan Behnel's avatar Stefan Behnel

comment

parent a5a2eff5
...@@ -578,7 +578,7 @@ static PyObject* __Pyx_PyInt_{{op}}{{order}}(PyObject *op1, PyObject *op2, CYTHO ...@@ -578,7 +578,7 @@ static PyObject* __Pyx_PyInt_{{op}}{{order}}(PyObject *op1, PyObject *op2, CYTHO
break; break;
} }
{{endif}} {{endif}}
// in negative case, fall through to positive calculation for '%' and '//' // in negative case, fall through to positive calculation for '%'
// if size doesn't fit into a long anymore, fall through to default // if size doesn't fit into a long anymore, fall through to default
{{endfor}} {{endfor}}
{{endfor}} {{endfor}}
......
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