Antoine Pitrou added the comment:

> 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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20311>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to