[issue11613] test_subprocess fails under Windows

Santoso Wijaya report at bugs.python.org
Sun Mar 20 21:46:20 CET 2011


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>
_______________________________________


More information about the Python-bugs-list mailing list