]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 9 Oct 2020 20:00:45 +0000 (23:00 +0300)
committerGitHub <noreply@github.com>
Fri, 9 Oct 2020 20:00:45 +0000 (23:00 +0300)
commit9975cc5008c795e069ce11e2dbed2110cc12e74e
tree87aca48f943cd04f0a3defe5f2666438efa959fa
parentb2c0a43699bd9023a69e3fa554f5488a2e17e278
bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620)
Include/cpython/fileobject.h
Modules/clinic/fcntlmodule.c.h
Modules/clinic/posixmodule.c.h
Modules/clinic/selectmodule.c.h
Modules/fcntlmodule.c
Modules/posixmodule.c
Modules/selectmodule.c
Modules/termios.c
Objects/fileobject.c
Tools/clinic/clinic.py