Skip to content

Commit 4c682bf

Browse files
committed
Update Lib/test/clinic.test
1 parent 8592676 commit 4c682bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/clinic.test

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3856,7 +3856,6 @@ test_vararg(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject
38563856
};
38573857
#undef KWTUPLE
38583858
PyObject *argsbuf[2];
3859-
Py_ssize_t noptargs = Py_MIN(nargs, 1) + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1;
38603859
PyObject *a;
38613860
PyObject *__clinic_args = NULL;
38623861

@@ -3875,7 +3874,7 @@ exit:
38753874

38763875
static PyObject *
38773876
test_vararg_impl(PyObject *module, PyObject *a, PyObject *args)
3878-
/*[clinic end generated code: output=e98d5fe6742888b8 input=81d33815ad1bae6e]*/
3877+
/*[clinic end generated code: output=880365c61ae205d7 input=81d33815ad1bae6e]*/
38793878

38803879
/*[clinic input]
38813880
test_vararg_with_default

0 commit comments

Comments
 (0)