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 pitrou
Recipients pitrou, vstinner
Date 2017-06-29.20:27:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498768049.94.0.22196869079.issue30807@psf.upfronthosting.co.za>
In-reply-to
Content
> Well, select.select() is a better example. I had nightmare with the
rounding of its timeout 

Not sure why? If you pass 0 instead of a tiny value, select() shouldn't behave significantly differently.

In any case, I don't want to have nightmares, I simply want to fix a bug that contributed to make one the buildbots fail :-)
History
Date User Action Args
2017-06-29 20:27:29pitrousetrecipients: + pitrou, vstinner
2017-06-29 20:27:29pitrousetmessageid: <1498768049.94.0.22196869079.issue30807@psf.upfronthosting.co.za>
2017-06-29 20:27:29pitroulinkissue30807 messages
2017-06-29 20:27:29pitroucreate