Commit df52e67d authored by Yury Selivanov's avatar Yury Selivanov

Fix warnings for gen_get_iter()

parent f487a005
......@@ -531,7 +531,7 @@ gen_get_iter(PyGenObject *gen)
}
Py_INCREF(gen);
return gen;
return (PyObject *)gen;
}
static int
......
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