Commit 4de2924d authored by Andrew Svetlov's avatar Andrew Svetlov

Fix compilation error for #15422

parent 192b10b3
......@@ -13,6 +13,9 @@ static int numfree = 0;
#define PyCFunction_MAXFREELIST 256
#endif
/* undefine macro trampoline to PyCFunction_NewEx */
#undef PyCFunction_New
PyObject *
PyCFunction_New(PyMethodDef *ml, PyObject *self)
{
......
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