[issue29386] select.epoll.poll may behave differently if timeout = -1 vs timeout = None

Serhiy Storchaka report at bugs.python.org
Mon Sep 3 01:26:11 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

See similar issue31334. It may be worth to make the code similar. Only -1 is documented as a special timeout value for epoll_wait().

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29386>
_______________________________________


More information about the Python-bugs-list mailing list