[issue5673] Add timeout option to subprocess.Popen

Brian Curtin report at bugs.python.org
Tue Jul 20 23:14:41 CEST 2010


Brian Curtin <curtin at acm.org> added the comment:

You forgot "self." on at least lines 1042 and 1044 in Lib/subprocess.py -- multiple test failures occur on Windows 7 due to a NameError for the global stdout_thread not being defined. It seems "self." would also be needed on 1049 and 1053, but beyond adding those, the test suite seems to hang indefinitely on test_subprocess.

----------

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


More information about the Python-bugs-list mailing list