diff --git a/Include/eval.h b/Include/eval.h index 6742f921131..e4fd1177d99 100644 --- a/Include/eval.h +++ b/Include/eval.h @@ -24,7 +24,7 @@ CiAPI_DATA(int) _PyEval_LazyImportsEnabled; CiAPI_FUNC(PyObject *) Ci_PyFunction_CallStatic(PyFunctionObject *func, PyObject* const* args, - Py_ssize_t nargsf, + size_t nargsf, PyObject *kwnames); #endif