mirror of
https://github.com/python/cpython.git
synced 2025-07-12 05:45:15 +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
|
@ -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.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue