Skip to content

Commit 685c203

Browse files
Removed redundant Argument Clinic directives.
1 parent 9326028 commit 685c203

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

Modules/pyexpat.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1980,8 +1980,3 @@ static struct HandlerInfo handler_info[] = {
19801980

19811981
{NULL, NULL, NULL} /* sentinel */
19821982
};
1983-
1984-
/*[clinic input]
1985-
dump buffer
1986-
[clinic start generated code]*/
1987-
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=524ce2e021e4eba6]*/

Modules/sha512module.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -550,10 +550,6 @@ SHA512Type_update(SHAobject *self, PyObject *obj)
550550
PyBuffer_Release(&buf);
551551
Py_RETURN_NONE;
552552
}
553-
/*[clinic input]
554-
dump buffer
555-
[clinic start generated code]*/
556-
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=524ce2e021e4eba6]*/
557553

558554
static PyMethodDef SHA_methods[] = {
559555
SHA512TYPE_COPY_METHODDEF
@@ -747,11 +743,6 @@ _sha512_sha384_impl(PyObject *module, PyObject *string)
747743
}
748744

749745

750-
/*[clinic input]
751-
dump buffer
752-
[clinic start generated code]*/
753-
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=524ce2e021e4eba6]*/
754-
755746
/* List of functions exported by this module */
756747

757748
static struct PyMethodDef SHA_functions[] = {

Python/import.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2042,11 +2042,6 @@ _imp_exec_builtin_impl(PyObject *module, PyObject *mod)
20422042
return exec_builtin_or_dynamic(mod);
20432043
}
20442044

2045-
/*[clinic input]
2046-
dump buffer
2047-
[clinic start generated code]*/
2048-
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=524ce2e021e4eba6]*/
2049-
20502045

20512046
PyDoc_STRVAR(doc_imp,
20522047
"(Extremely) low-level import machinery bits as used by importlib and imp.");

0 commit comments

Comments
 (0)