Skip to content

Commit

Permalink
Delete unnecessary function doc
Browse files Browse the repository at this point in the history
  • Loading branch information
colorfulappl committed Nov 24, 2022
1 parent 4c682bf commit 6087c2e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Modules/_testclinic.c
Original file line number Diff line number Diff line change
Expand Up @@ -972,12 +972,6 @@ gh_32092_oob
Proof-of-concept of GH-32092 OOB bug.
Array index out-of-bound bug in function
`_PyArg_UnpackKeywordsWithVararg` .
Calling this function by gh_32092_oob(1, 2, 3, 4, kw1=5, kw2=6)
to trigger this bug (crash).
[clinic start generated code]*/

static PyObject *
Expand All @@ -998,12 +992,6 @@ gh_32092_kw_pass
Proof-of-concept of GH-32092 keyword args passing bug.
The calculation of `noptargs` in AC-generated function
`builtin_kw_pass_poc` is incorrect.
Calling this function by gh_32092_kw_pass(1, 2, 3)
to trigger this bug (crash).
[clinic start generated code]*/

static PyObject *
Expand Down

0 comments on commit 6087c2e

Please sign in to comment.