Reid Kleckner <r...@mit.edu> added the comment:

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 <rep...@bugs.python.org> wrote:
>
> Santoso Wijaya <santoso.wij...@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 <rep...@bugs.python.org>
> <http://bugs.python.org/issue11613>
> _______________________________________
>

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11613>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to