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 kristjan.jonsson
Recipients alex.gronholm, brian.curtin, kristjan.jonsson, pitrou, r.david.murray, raruler, tim.golden
Date 2014-05-07.15:15:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399475706.91.0.476290581006.issue20737@psf.upfronthosting.co.za>
In-reply-to
Content
Tim, how about changing the variable to "unsigned long"?  I'd like the signature of the function to be the same for all platforms.

This will change the code and allow waits for up to 4000 seconds.

There is still an overflow problem present, though.+

David, in general the maximum wait times of these primitives are platform specific.  If you don't want any ceiling, then we would have to add code all over the place (in C) to do looping timeouts.  Not sure which is better, to do it in c, or to accept in python that waits may timeout earlier than specified.
History
Date User Action Args
2014-05-07 15:15:06kristjan.jonssonsetrecipients: + kristjan.jonsson, pitrou, tim.golden, r.david.murray, brian.curtin, alex.gronholm, raruler
2014-05-07 15:15:06kristjan.jonssonsetmessageid: <1399475706.91.0.476290581006.issue20737@psf.upfronthosting.co.za>
2014-05-07 15:15:06kristjan.jonssonlinkissue20737 messages
2014-05-07 15:15:06kristjan.jonssoncreate