]> granicus.if.org Git - python/commit
Issue 20152, 22821: Port the fcntl module to Argument Clinic.
authorBrett Cannon <brett@python.org>
Mon, 10 Nov 2014 01:22:01 +0000 (20:22 -0500)
committerBrett Cannon <brett@python.org>
Mon, 10 Nov 2014 01:22:01 +0000 (20:22 -0500)
commitb7299ddbc7b504220e67ee026e5587a346c0ce3a
tree8dceb9323be6d1e2de0bacc81b0fbd117790cdfa
parentdf1b69944796caa6854049caf624d32c408c27d5
Issue 20152, 22821: Port the fcntl module to Argument Clinic.

Along the way, fix an argumrnt to fcntl.fcntl to be an int instead of
a long.

Thanks to Serhiy Storchaka for reviewing my Clinic patch and for
writing the patch to fix the long/int issue.
Modules/clinic/fcntlmodule.c.h [new file with mode: 0644]
Modules/fcntlmodule.c