commit | 37788bc23f6f1ed0362b9b3b248daf296c024849 | [log] [tgz] |
---|---|---|
author | Jeroen Demeyer <J.Demeyer@UGent.be> | Thu May 30 15:11:22 2019 +0200 |
committer | Petr Viktorin <encukou@gmail.com> | Thu May 30 15:11:22 2019 +0200 |
tree | adfc68a022f5e0ca5c06adf47d35292d802b5e77 | |
parent | 6d0b7470a4738a403ef48cfd50d9447e0f32f00c [diff] [blame] |
bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653)
diff --git a/Include/methodobject.h b/Include/methodobject.h index 5dbe214..e92adde 100644 --- a/Include/methodobject.h +++ b/Include/methodobject.h
@@ -47,7 +47,7 @@ Py_ssize_t nargs, PyObject *kwargs); -PyAPI_FUNC(PyObject *) _PyCFunction_FastCallKeywords(PyObject *func, +PyAPI_FUNC(PyObject *) _PyCFunction_Vectorcall(PyObject *func, PyObject *const *stack, size_t nargsf, PyObject *kwnames);