Antoine Pitrou added the comment:

> "The  timeout  argument specifies the minimum number of milliseconds
> that epoll_wait() will block.  (This interval will be rounded up to
> the system clock granularity, and kernel scheduling delays mean that
> the blocking  interval may  overrun  by  a  small  amount.)"
> 
> I read minimum, not maximum here :-)

Aren't you using different clocks, though?
The excerpt above says "system clock" (which admittedly sounds a bit
vague :-)).

----------

_______________________________________
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