Skip to content

Commit c3d6b73

Browse files
committed
Delete unnecessary function doc
1 parent 4c682bf commit c3d6b73

File tree

2 files changed

+5
-29
lines changed

2 files changed

+5
-29
lines changed

Modules/_testclinic.c

+2-14
Original file line numberDiff line numberDiff line change
@@ -972,18 +972,12 @@ gh_32092_oob
972972
973973
Proof-of-concept of GH-32092 OOB bug.
974974
975-
Array index out-of-bound bug in function
976-
`_PyArg_UnpackKeywordsWithVararg` .
977-
978-
Calling this function by gh_32092_oob(1, 2, 3, 4, kw1=5, kw2=6)
979-
to trigger this bug (crash).
980-
981975
[clinic start generated code]*/
982976

983977
static PyObject *
984978
gh_32092_oob_impl(PyObject *module, PyObject *pos1, PyObject *pos2,
985979
PyObject *varargs, PyObject *kw1, PyObject *kw2)
986-
/*[clinic end generated code: output=ee259c130054653f input=568c6276e3fdef62]*/
980+
/*[clinic end generated code: output=ee259c130054653f input=46d15c881608f8ff]*/
987981
{
988982
Py_RETURN_NONE;
989983
}
@@ -998,18 +992,12 @@ gh_32092_kw_pass
998992
999993
Proof-of-concept of GH-32092 keyword args passing bug.
1000994
1001-
The calculation of `noptargs` in AC-generated function
1002-
`builtin_kw_pass_poc` is incorrect.
1003-
1004-
Calling this function by gh_32092_kw_pass(1, 2, 3)
1005-
to trigger this bug (crash).
1006-
1007995
[clinic start generated code]*/
1008996

1009997
static PyObject *
1010998
gh_32092_kw_pass_impl(PyObject *module, PyObject *pos, PyObject *args,
1011999
PyObject *kw)
1012-
/*[clinic end generated code: output=4a2bbe4f7c8604e9 input=5bfe6191e1e7a2fb]*/
1000+
/*[clinic end generated code: output=4a2bbe4f7c8604e9 input=5c0bd5b9079a0cce]*/
10131001
{
10141002
Py_RETURN_NONE;
10151003
}

Modules/clinic/_testclinic.c.h

+3-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)