summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-14 12:28:01 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-14 12:28:01 +0300
commitd6117a4296e129d4cd1525da1a611eca85fff081 (patch)
tree54b8763853a5f9d21a3e8f046ad674fe60bf080e /Modules/fcntlmodule.c
parentIssue26748: Enum classes should evaluate as True (diff)
downloadcpython-d6117a4296e129d4cd1525da1a611eca85fff081.tar.gz
cpython-d6117a4296e129d4cd1525da1a611eca85fff081.tar.bz2
cpython-d6117a4296e129d4cd1525da1a611eca85fff081.zip
Issue #26716: 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 e61c93095cc..4e6eb727801 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;