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:27:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390519631.2293.38.camel@fsol>
In-reply-to <CAMpsgwYoshNR973Dc9CmqO6oQSwYuFw7A1xLPpthxoyoP+9GKw@mail.gmail.com>
Content
> It doesn't fix the case when EpollSelector.select() got an InterruptedError.

That should be very rare. I don't see a problem with retrying on EINTR.

> Adding 1 ms works around the (now fixed) timeout rounding issue but I
> prefered to round differently to not sleep longer than requested (try to
> respect deadline).

What are you going to round exactly? The epoll timeout? The deadline?
History
Date User Action Args
2014-01-23 23:27:14pitrousetrecipients: + pitrou, gvanrossum, vstinner, neologix, python-dev, serhiy.storchaka
2014-01-23 23:27:14pitroulinkissue20311 messages
2014-01-23 23:27:14pitroucreate