Skip to content
Prev Previous commit
Next Next commit
run build.bat --regen to fix CI
  • Loading branch information
littlebutt committed Jul 9, 2023
commit 5ee06e73de4e0f84d9d4451a2ff1f719bd791d9c
12 changes: 4 additions & 8 deletions Modules/_testcapi/clinic/vectorcall.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Modules/_testcapi/vectorcall.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ _testcapi.pyobject_vectorcall
static PyObject *
_testcapi_pyobject_vectorcall_impl(PyObject *module, PyObject *func,
PyObject *func_args, PyObject *kwnames)
/*[clinic end generated code: output=ff77245bc6afe0d8 input=c427975e9408ca84]*/
/*[clinic end generated code: output=ff77245bc6afe0d8 input=a0668dfef625764c]*/
{
PyObject **stack;
Py_ssize_t nargs, nkw;
Expand Down