mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Issue #21354: PyCFunction_New function is exposed by python DLL again.
This commit is contained in:
parent
2034caa0c4
commit
9df36c9456
2 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,7 @@ static int numfree = 0;
|
|||
/* undefine macro trampoline to PyCFunction_NewEx */
|
||||
#undef PyCFunction_New
|
||||
|
||||
PyObject *
|
||||
PyAPI_FUNC(PyObject *)
|
||||
PyCFunction_New(PyMethodDef *ml, PyObject *self)
|
||||
{
|
||||
return PyCFunction_NewEx(ml, self, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue