Issue #27830: Revert, remove _PyFunction_FastCallKeywords()

This commit is contained in:
Victor Stinner 2016-08-25 23:26:50 +02:00
parent bb10859152
commit e90bdb19f2
4 changed files with 6 additions and 74 deletions

View file

@ -64,12 +64,6 @@ PyAPI_FUNC(PyObject *) _PyFunction_FastCallDict(
PyObject **args,
Py_ssize_t nargs,
PyObject *kwargs);
PyAPI_FUNC(PyObject *) _PyFunction_FastCallKeywords(
PyObject *func,
PyObject **stack,
Py_ssize_t nargs,
Py_ssize_t nkwargs);
#endif
/* Macros for direct access to these values. Type checks are *not*