mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Removed redundant Argument Clinic directives.
This commit is contained in:
parent
9326028115
commit
685c203e84
3 changed files with 0 additions and 19 deletions
|
|
@ -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[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue