mirror of https://github.com/python/cpython
Fix compilation error for #15422
This commit is contained in:
parent
192b10b371
commit
4de2924dab
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue