diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-02-04 09:53:22 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-02-04 09:53:22 (GMT) |
commit | 685c203e84aeb2deddec05be39afd8f190bd54fe (patch) | |
tree | 2622de33546e6ed1c68fd9aec354329671c647cc /Python | |
parent | 93260281159844908bd988e5286bd5372f012cf3 (diff) | |
download | cpython-685c203e84aeb2deddec05be39afd8f190bd54fe.zip cpython-685c203e84aeb2deddec05be39afd8f190bd54fe.tar.gz cpython-685c203e84aeb2deddec05be39afd8f190bd54fe.tar.bz2 |
Removed redundant Argument Clinic directives.
Diffstat (limited to 'Python')
-rw-r--r-- | Python/import.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Python/import.c b/Python/import.c index 38976f6..53c0f4d 100644 --- a/Python/import.c +++ b/Python/import.c @@ -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."); |