This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka, vstinner
Date 2017-10-14.08:07:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507968428.08.0.213398074469.issue31786@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-10-14 08:07:08serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2017-10-14 08:07:08serhiy.storchakasetmessageid: <1507968428.08.0.213398074469.issue31786@psf.upfronthosting.co.za>
2017-10-14 08:07:07serhiy.storchakalinkissue31786 messages
2017-10-14 08:07:07serhiy.storchakacreate