diff options
Diffstat (limited to 'Include/methodobject.h')
-rw-r--r-- | Include/methodobject.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Include/methodobject.h b/Include/methodobject.h index b438471..ab66b03 100644 --- a/Include/methodobject.h +++ b/Include/methodobject.h @@ -95,20 +95,6 @@ typedef struct { PyObject *m_weakreflist; /* List of weak references */ vectorcallfunc vectorcall; } PyCFunctionObject; - -PyAPI_FUNC(PyObject *) _PyMethodDef_RawFastCallDict( - PyMethodDef *method, - PyObject *self, - PyObject *const *args, - Py_ssize_t nargs, - PyObject *kwargs); - -PyAPI_FUNC(PyObject *) _PyMethodDef_RawFastCallKeywords( - PyMethodDef *method, - PyObject *self, - PyObject *const *args, - Py_ssize_t nargs, - PyObject *kwnames); #endif PyAPI_FUNC(int) PyCFunction_ClearFreeList(void); |