Commit 626a0047 authored by Gregor Thalhammer's avatar Gregor Thalhammer

added missing sentinel to Generator memberlist definition

parent 81c3fbd3
...@@ -240,6 +240,7 @@ static PyMemberDef __pyx_Generator_memberlist[] = { ...@@ -240,6 +240,7 @@ static PyMemberDef __pyx_Generator_memberlist[] = {
offsetof(__pyx_GeneratorObject, is_running), offsetof(__pyx_GeneratorObject, is_running),
READONLY, READONLY,
NULL}, NULL},
{0, 0, 0, 0, 0}
}; };
static PyMethodDef __pyx_Generator_methods[] = { static PyMethodDef __pyx_Generator_methods[] = {
......
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