Commit cbdac10e authored by Mark Florisson's avatar Mark Florisson

Fix fused tp_clear function prototype

parent fd4853d2
...@@ -598,7 +598,7 @@ static PyObject *__pyx_FusedFunction_New(PyTypeObject *type, ...@@ -598,7 +598,7 @@ static PyObject *__pyx_FusedFunction_New(PyTypeObject *type,
PyObject *qualname, PyObject *self, PyObject *module, PyObject *qualname, PyObject *self, PyObject *module,
PyObject *code); PyObject *code);
static __pyx_FusedFunction_clear(__pyx_FusedFunctionObject *self); static int __pyx_FusedFunction_clear(__pyx_FusedFunctionObject *self);
static PyTypeObject *__pyx_FusedFunctionType = NULL; static PyTypeObject *__pyx_FusedFunctionType = NULL;
static int __pyx_FusedFunction_init(void); static int __pyx_FusedFunction_init(void);
......
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