[issue11613] test_subprocess fails under Windows

Reid Kleckner report at bugs.python.org
Sun Mar 20 22:07:24 CET 2011


Reid Kleckner <rnk at 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 <report at bugs.python.org> wrote:
>
> Santoso Wijaya <santoso.wijaya at 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 at bugs.python.org>
> <http://bugs.python.org/issue11613>
> _______________________________________
>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11613>
_______________________________________


More information about the Python-bugs-list mailing list