mirror of
https://github.com/python/cpython.git
synced 2025-08-24 10:45:53 +00:00
Fix compilation error for #15422
This commit is contained in:
parent
192b10b371
commit
4de2924dab
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue