mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Issue #27810: Exclude METH_FASTCALL from the stable API
This commit is contained in:
parent
dde4f63a54
commit
137f39ac90
1 changed files with 1 additions and 1 deletions
|
|
@ -85,9 +85,9 @@ PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *,
|
|||
|
||||
#define METH_COEXIST 0x0040
|
||||
|
||||
#ifndef Py_LIMITED_API
|
||||
#define METH_FASTCALL 0x0080
|
||||
|
||||
#ifndef Py_LIMITED_API
|
||||
typedef struct {
|
||||
PyObject_HEAD
|
||||
PyMethodDef *m_ml; /* Description of the C function to call */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue