summaryrefslogtreecommitdiffstats
path: root/Modules/fcntlmodule.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-14 09:30:54 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-14 09:30:54 (GMT)
commit2eb6b0d1bd71c27c76d578079e21c27ad3338b90 (patch)
tree9dd9ef717dbb2f6f4211447146c8b2c9f9799daf /Modules/fcntlmodule.c
parent0fe7978c68c5a1cccf00225c941767015c1ff11f (diff)
parentd6117a4296e129d4cd1525da1a611eca85fff081 (diff)
downloadcpython-2eb6b0d1bd71c27c76d578079e21c27ad3338b90.zip
cpython-2eb6b0d1bd71c27c76d578079e21c27ad3338b90.tar.gz
cpython-2eb6b0d1bd71c27c76d578079e21c27ad3338b90.tar.bz2
Issues #26716, #26057: Regenerate Argument Clinic code.
Diffstat (limited to 'Modules/fcntlmodule.c')
-rw-r--r--Modules/fcntlmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/fcntlmodule.c b/Modules/fcntlmodule.c
index e61c930..4e6eb72 100644
--- a/Modules/fcntlmodule.c
+++ b/Modules/fcntlmodule.c
@@ -360,7 +360,7 @@ starts. `whence` is as with fileobj.seek(), specifically:
static PyObject *
fcntl_lockf_impl(PyModuleDef *module, int fd, int code, PyObject *lenobj,
PyObject *startobj, int whence)
-/*[clinic end generated code: output=31af35eba08b9af7 input=9c594391de821f24]*/
+/*[clinic end generated code: output=31af35eba08b9af7 input=3a5dc01b04371f1a]*/
{
int ret;