]> granicus.if.org Git - python/commit
bpo-28914: Fix compilation of select on Android (#5447)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 30 Jan 2018 11:18:54 +0000 (12:18 +0100)
committerGitHub <noreply@github.com>
Tue, 30 Jan 2018 11:18:54 +0000 (12:18 +0100)
commitb8d90328ad2abc9d6d2c9b8ce769fb82b18bbc10
tree6fc207ede03953246e460a91de5032a5ab539e75
parent763f094b1f0ce2a07768828e78afe9687e9ad3bb
bpo-28914: Fix compilation of select on Android (#5447)

EPOLL_CLOEXEC is not defined on Android.

Co-Authored-By: Wataru Matsumoto <sxsns243@gmail.com>
Modules/selectmodule.c