[issue20320] select.select(timeout) and select.kqueue.control(timeout) must round the timeout to the upper bound

Charles-François Natali report at bugs.python.org
Tue Jan 21 08:49:29 CET 2014


Charles-François Natali added the comment:

Just so it's clear, those bugs are theoretical: whether you pass 1e-7/1e-10 or 0 to select/kqueue is exactly the same (entering/leaving the syscall takes some time)...

----------

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


More information about the Python-bugs-list mailing list