STINNER Victor added the comment:

I reverted my changes on poll and epoll: the kernel may "round" the timeout 
differently because it uses a different clock, so Python cannot guarantee that 
it will wait "at least" timeout seconds.

My initial concern was a performance issue in asyncio, I fixed the issue 
differently: see issue #20311.

----------
resolution:  -> invalid
status: open -> closed

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

Reply via email to