bpo-29386: Pass -1 to epoll_wait() when timeout is < -1 (GH-9040)
Although the kernel accepts any negative value for timeout, the documented value to block indefinitely is -1. This commit also makes the code similar to select.poll.poll().
B
Berker Peksag committed
b690b9b04729ba3d91c59bff1bb11c3dcc1b50fc
Parent: 0baa72f
Committed by GitHub <noreply@github.com>
on 9/11/2018, 5:29:48 PM