Commit 3d56e109 authored by Mark Florisson's avatar Mark Florisson

Terminate PyMemberDef array with zeroed struct

parent d9dc3496
......@@ -751,6 +751,7 @@ static PyMemberDef __pyx_FusedFunction_members[] = {
offsetof(__pyx_FusedFunctionObject, __signatures__),
READONLY,
__Pyx_DOCSTR(0)},
{0},
};
static PyMappingMethods __pyx_FusedFunction_mapping_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