mirror of https://github.com/python/cpython.git
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
|
#define PyCFunction_MAXFREELIST 256
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* undefine macro trampoline to PyCFunction_NewEx */
|
||||||
|
#undef PyCFunction_New
|
||||||
|
|
||||||
PyObject *
|
PyObject *
|
||||||
PyCFunction_New(PyMethodDef *ml, PyObject *self)
|
PyCFunction_New(PyMethodDef *ml, PyObject *self)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue