New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>: According to the documentation select.poll.poll() is blocked for infinite timeout if the timeout argument is negative. But due to rounding it is possible that timeout < 0, but an integer ms passed to the poll() syscall is 0, and poll() is not blocked.
---------- components: Extension Modules messages: 304386 nosy: haypo, serhiy.storchaka priority: normal severity: normal status: open title: In select.poll.poll() ms can be 0 if timeout < 0 type: behavior versions: Python 3.6, Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue31786> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com