Skip to content

Commit 6087c2e

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

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Modules/_testclinic.c

-12
Original file line numberDiff line numberDiff line change
@@ -972,12 +972,6 @@ 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 *
@@ -998,12 +992,6 @@ 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 *

0 commit comments

Comments
 (0)