diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-03 20:53:51 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-03 20:53:51 (GMT) |
commit | 1009bf18b38a8d36298575191dd8fdf43f8f9097 (patch) | |
tree | 18860fdef30c931dc2ea177059e96b69a49fa04f /Modules/grpmodule.c | |
parent | 0759f84d6260bad1234b802212e73fdc5873d261 (diff) | |
download | cpython-1009bf18b38a8d36298575191dd8fdf43f8f9097.zip cpython-1009bf18b38a8d36298575191dd8fdf43f8f9097.tar.gz cpython-1009bf18b38a8d36298575191dd8fdf43f8f9097.tar.bz2 |
Issue #23501: Argumen Clinic now generates code into separate files by default.
Diffstat (limited to 'Modules/grpmodule.c')
-rw-r--r-- | Modules/grpmodule.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/grpmodule.c b/Modules/grpmodule.c index f7979be..403e434 100644 --- a/Modules/grpmodule.c +++ b/Modules/grpmodule.c @@ -8,10 +8,9 @@ #include "clinic/grpmodule.c.h" /*[clinic input] -output preset file module grp [clinic start generated code]*/ -/*[clinic end generated code: output=da39a3ee5e6b4b0d input=68180a9a9efb8506]*/ +/*[clinic end generated code: output=da39a3ee5e6b4b0d input=cade63f2ed1bd9f8]*/ static PyStructSequence_Field struct_group_type_fields[] = { {"gr_name", "group name"}, |