Skip to content

Commit

Permalink
Removed redundant Argument Clinic directives.
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka committed Feb 4, 2017
1 parent 9326028 commit 685c203
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
5 changes: 0 additions & 5 deletions Modules/pyexpat.c
Original file line number Diff line number Diff line change
Expand Up @@ -1980,8 +1980,3 @@ static struct HandlerInfo handler_info[] = {

{NULL, NULL, NULL} /* sentinel */
};

/*[clinic input]
dump buffer
[clinic start generated code]*/
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=524ce2e021e4eba6]*/
9 changes: 0 additions & 9 deletions Modules/sha512module.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,10 +550,6 @@ SHA512Type_update(SHAobject *self, PyObject *obj)
PyBuffer_Release(&buf);
Py_RETURN_NONE;
}
/*[clinic input]
dump buffer
[clinic start generated code]*/
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=524ce2e021e4eba6]*/

static PyMethodDef SHA_methods[] = {
SHA512TYPE_COPY_METHODDEF
Expand Down Expand Up @@ -747,11 +743,6 @@ _sha512_sha384_impl(PyObject *module, PyObject *string)
}


/*[clinic input]
dump buffer
[clinic start generated code]*/
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=524ce2e021e4eba6]*/

/* List of functions exported by this module */

static struct PyMethodDef SHA_functions[] = {
Expand Down
5 changes: 0 additions & 5 deletions Python/import.c
Original file line number Diff line number Diff line change
Expand Up @@ -2042,11 +2042,6 @@ _imp_exec_builtin_impl(PyObject *module, PyObject *mod)
return exec_builtin_or_dynamic(mod);
}

/*[clinic input]
dump buffer
[clinic start generated code]*/
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=524ce2e021e4eba6]*/


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

0 comments on commit 685c203

Please sign in to comment.