This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients gvanrossum, neologix, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2014-01-23.23:08:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390518490.2293.32.camel@fsol>
In-reply-to <CAMpsgwZ7TrkV1EGk0=BaDg_BaD8HMM0asvSWP3gk25nx6sDbaQ@mail.gmail.com>
Content
> For example, it may call again epoll_wait() if it took less than timeout
> seconds and returned no event, *and* the ready list is empty.

Easy solution: add 1 ms. to the timeout before calling epoll_wait().
Perhaps we need the same kind of thing for select() and poll() too.
History
Date User Action Args
2014-01-23 23:08:13pitrousetrecipients: + pitrou, gvanrossum, vstinner, neologix, python-dev, serhiy.storchaka
2014-01-23 23:08:13pitroulinkissue20311 messages
2014-01-23 23:08:13pitroucreate