summaryrefslogtreecommitdiff
path: root/Include/funcobject.h
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-08-25 23:26:50 +0200
committerVictor Stinner <victor.stinner@gmail.com>2016-08-25 23:26:50 +0200
commite90bdb19f22655b8ddad32006740c55d49237748 (patch)
tree3748a8f27c9b1958897a266b9529771b021ba58a /Include/funcobject.h
parentbb1085915298a588d495561e5bc22b81552ecb7e (diff)
downloadcpython-git-e90bdb19f22655b8ddad32006740c55d49237748.tar.gz
Issue #27830: Revert, remove _PyFunction_FastCallKeywords()
Diffstat (limited to 'Include/funcobject.h')
-rw-r--r--Include/funcobject.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Include/funcobject.h b/Include/funcobject.h
index 5aff6325a7..6b89c86936 100644
--- a/Include/funcobject.h
+++ b/Include/funcobject.h
@@ -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*