summaryrefslogtreecommitdiff
path: root/Modules/fcntlmodule.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-04-03 23:53:51 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2015-04-03 23:53:51 +0300
commit1009bf18b38a8d36298575191dd8fdf43f8f9097 (patch)
tree18860fdef30c931dc2ea177059e96b69a49fa04f /Modules/fcntlmodule.c
parent0759f84d6260bad1234b802212e73fdc5873d261 (diff)
downloadcpython-git-1009bf18b38a8d36298575191dd8fdf43f8f9097.tar.gz
Issue #23501: Argumen Clinic now generates code into separate files by default.
Diffstat (limited to 'Modules/fcntlmodule.c')
-rw-r--r--Modules/fcntlmodule.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/fcntlmodule.c b/Modules/fcntlmodule.c
index 3cea1519de..cabff06269 100644
--- a/Modules/fcntlmodule.c
+++ b/Modules/fcntlmodule.c
@@ -16,10 +16,9 @@
#endif
/*[clinic input]
-output preset file
module fcntl
[clinic start generated code]*/
-/*[clinic end generated code: output=da39a3ee5e6b4b0d input=c7356fdb126a904a]*/
+/*[clinic end generated code: output=da39a3ee5e6b4b0d input=124b58387c158179]*/
static int
conv_descriptor(PyObject *object, int *target)