Message 208588 - Python tracker (original) (raw)

Message208588

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:13 pitrou set recipients: + pitrou, gvanrossum, vstinner, neologix, serhiy.storchaka
2014-01-20 23:14:13 pitrou set messageid: 1390259653.6.0.864249490633.issue20311@psf.upfronthosting.co.za
2014-01-20 23:14:13 pitrou link issue20311 messages
2014-01-20 23:14:13 pitrou create