diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-03 23:53:51 +0300 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-03 23:53:51 +0300 |
| commit | 970e566ca7317a2fa90d57de73aec7216995691f (patch) | |
| tree | 526134f15f5274e3fefc466b73d451b0a5bc0e1d /Python/import.c | |
| parent | 3c882f5ed9c35954cd11735107d1521b4fd9235e (diff) | |
| download | cpython-970e566ca7317a2fa90d57de73aec7216995691f.tar.gz | |
Issue #23501: Argumen Clinic now generates code into separate files by default.
Diffstat (limited to 'Python/import.c')
| -rw-r--r-- | Python/import.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Python/import.c b/Python/import.c index 238e8d06a1..54654afd14 100644 --- a/Python/import.c +++ b/Python/import.c @@ -32,10 +32,9 @@ struct _inittab *PyImport_Inittab = _PyImport_Inittab; static PyObject *initstr = NULL; /*[clinic input] -output preset file module _imp [clinic start generated code]*/ -/*[clinic end generated code: output=da39a3ee5e6b4b0d input=98c38221164579d5]*/ +/*[clinic end generated code: output=da39a3ee5e6b4b0d input=9c332475d8686284]*/ #include "clinic/import.c.h" |
