]> granicus.if.org Git - python/commit
bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#501)...
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 22 Aug 2017 22:58:43 +0000 (00:58 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2017 22:58:43 +0000 (00:58 +0200)
commitcb7fdf69ec9235cb358580f189089eaf575fb9df
treee4ab3983ce2c247b81ed6cbc5e611e4821114ae8
parent8e572491b59c2334723bfd7411ab2a9fbd100f70
bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#501) (#3190)

FreeBSD is the only platforms with unsigned FD_SETSIZE.

(cherry picked from commit 783d0c1a1c723733adcdf4249240246fc35a5bcb)
Include/fileobject.h
Modules/selectmodule.c