Skip to content

Commit 1cd0c98

Browse files
committed
Rerun argument clinic
1 parent eef0af8 commit 1cd0c98

2 files changed

Lines changed: 16 additions & 42 deletions

File tree

Modules/clinic/mathmodule.c.h

Lines changed: 15 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/mathmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3017,7 +3017,7 @@ Raises :exc:`ValueError` if the arguments are negative or if k > n.
30173017

30183018
static PyObject *
30193019
math_comb_impl(PyObject *module, PyObject *n, PyObject *k)
3020-
/*[clinic end generated code: output=bd2cec8d854f3493 input=8a54daf9f021f2d0]*/
3020+
/*[clinic end generated code: output=bd2cec8d854f3493 input=e761869513577ae9]*/
30213021
{
30223022
PyObject *val = NULL,
30233023
*temp_obj1 = NULL,

0 commit comments

Comments
 (0)