Commit 34816534 authored by Stefan Behnel's avatar Stefan Behnel

Py2 fix.

parent a8506a9c
......@@ -306,7 +306,6 @@ static PyCodeObject *__Pyx_createFrameCodeObject(const char *funcname, const cha
py_code = PyCode_New(
0, /*int argcount,*/
0, /*int kwonlyargcount,*/
0, /*int nlocals,*/
0, /*int stacksize,*/
// make CPython use a fresh dict for "f_locals" at need (see GH #1836)
......
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