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 tim.golden
Recipients alex.gronholm, brian.curtin, kristjan.jonsson, pitrou, r.david.murray, raruler, tim.golden
Date 2014-05-07.16:20:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <536A5D6F.4070207@timgolden.me.uk>
In-reply-to <1399478568.02.0.495743597157.issue20737@psf.upfronthosting.co.za>
Content
Just to be clear: the change *I'm* proposing for this issue has nothing 
to do with limiting the wait, artificially or otherwise. It's simply 
undoing an unintended conversion from unsigned to signed and back again, 
whicih currently causes any wait of more than 2147 seconds to hang 
pretty much indefinitely.

It looks to me as though Kristjan's "4000" is off by an order of 
magnitude: the parameter to WaitFor... is a DWORD number of 
milliseconds. That allows for 2**31 -1 milliseconds which is something 
short of 50 days, I believe.
History
Date User Action Args
2014-05-07 16:20:54tim.goldensetrecipients: + tim.golden, pitrou, kristjan.jonsson, r.david.murray, brian.curtin, alex.gronholm, raruler
2014-05-07 16:20:54tim.goldenlinkissue20737 messages
2014-05-07 16:20:53tim.goldencreate