diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-14 09:28:01 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-14 09:28:01 (GMT) |
commit | d6117a4296e129d4cd1525da1a611eca85fff081 (patch) | |
tree | 54b8763853a5f9d21a3e8f046ad674fe60bf080e /Modules/fcntlmodule.c | |
parent | de4e079d3dc3365ba66ff7bd2931d87b5dc5939d (diff) | |
download | cpython-d6117a4296e129d4cd1525da1a611eca85fff081.zip cpython-d6117a4296e129d4cd1525da1a611eca85fff081.tar.gz cpython-d6117a4296e129d4cd1525da1a611eca85fff081.tar.bz2 |
Issue #26716: Regenerate Argument Clinic code.
Diffstat (limited to 'Modules/fcntlmodule.c')
-rw-r--r-- | Modules/fcntlmodule.c | 2 |
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; |