]> granicus.if.org Git - python/commitdiff
Removed redundant Argument Clinic directives.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Feb 2017 09:53:22 +0000 (11:53 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Feb 2017 09:53:22 +0000 (11:53 +0200)
Modules/pyexpat.c
Modules/sha512module.c
Python/import.c

index 03bac57272fe361c0a1c26bace6da68b40448cbb..e0c9be732e35be1ad189e4f1943c82cf46bf867b 100644 (file)
@@ -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]*/
index 8b2d073e03c48f33d0e423db03e2a1008d0244de..5ac2a2a61cf539eac19eecbcb5bf4176731d452a 100644 (file)
@@ -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
@@ -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[] = {
index 38976f6b57967189e91f67e1a494b42c4fe59409..53c0f4defb40dd28093d8dc1e74f2b1bb109a289 100644 (file)
@@ -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.");