[issue20311] epoll.poll(timeout) and PollSelector.select(timeout) must round the timeout to the upper bound

Serhiy Storchaka report at bugs.python.org
Thu Jan 23 23:01:41 CET 2014


Serhiy Storchaka added the comment:

Isn't any blocked syscall with a timeout can be interrupted by a signal? 
epoll_wait() can return EINTR.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20311>
_______________________________________


More information about the Python-bugs-list mailing list