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 vstinner
Recipients pitrou, vstinner
Date 2017-06-29.20:25:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwaxToiYr1XtU4+M_q2obPhuTVoUu3xiB_yEZ0pKqm1n6g@mail.gmail.com>
In-reply-to <1498767547.99.0.19461438463.issue30807@psf.upfronthosting.co.za>
Content
> sigtimedwait() is different: zero doesn't mean anything special.  If you mistake zero for 1e-6 or the reverse, it works fine.

Well, select.select() is a better example. I had nightmare with the
rounding of its timeout :-)
History
Date User Action Args
2017-06-29 20:25:15vstinnersetrecipients: + vstinner, pitrou
2017-06-29 20:25:15vstinnerlinkissue30807 messages
2017-06-29 20:25:15vstinnercreate