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 gvanrossum, neologix, pitrou, serhiy.storchaka, vstinner
Date 2014-01-20.23:14:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390259653.6.0.864249490633.issue20311@psf.upfronthosting.co.za>
In-reply-to
Content
> A new parameter should be added to _PyTime_ObjectToTimeval() and
> _PyTime_ObjectToTimespec() to choose the rounding method.

That doesn't sound necessary. Just fix the select and selectors module so that the final (OS-level) timeout is always > 0 when the user timeout is > 0.
History
Date User Action Args
2014-01-20 23:14:13pitrousetrecipients: + pitrou, gvanrossum, vstinner, neologix, serhiy.storchaka
2014-01-20 23:14:13pitrousetmessageid: <1390259653.6.0.864249490633.issue20311@psf.upfronthosting.co.za>
2014-01-20 23:14:13pitroulinkissue20311 messages
2014-01-20 23:14:13pitroucreate