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 rnk
Recipients pitrou, rnk, santoso.wijaya
Date 2011-03-20.21:07:23
SpamBayes Score 6.403449e-07
Marked as misclassified No
Message-id <AANLkTinSmj885Z1W+SZ9qS39SLgsm_QLjv8=Rsyjy7Xi@mail.gmail.com>
In-reply-to <1300653980.76.0.177716205344.issue11613@psf.upfronthosting.co.za>
Content
It is necessary, WaitForSingleObject takes its argument in
milliseconds.  It will make the exception message wrong, though, which
I can fix.

Reid

On Sun, Mar 20, 2011 at 1:46 PM, Santoso Wijaya <report@bugs.python.org> wrote:
>
> Santoso Wijaya <santoso.wijaya@gmail.com> added the comment:
>
> The timeout value given to wait() is multiplied by 1000 before being passed to TimeoutExpired constructor. The multiplication is unnecessary since we take the input unit as time unit second.
>
> ----------
> keywords: +patch
> nosy: +santa4nt
> Added file: http://bugs.python.org/file21310/timeoutsec.patch
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue11613>
> _______________________________________
>
History
Date User Action Args
2011-03-20 21:07:24rnksetrecipients: + rnk, pitrou, santoso.wijaya
2011-03-20 21:07:23rnklinkissue11613 messages
2011-03-20 21:07:23rnkcreate