[issue1731717] race condition in subprocess module
Gabriel
report at bugs.python.org
Tue Feb 24 11:09:49 CET 2009
Gabriel <misc at evotex.ch> added the comment:
I had this happen to me today, I used Popen and os.waitpid(p.pid, 0) and
I got an "OSError: [Errno 10] No child processes". I haven't tried
adding a sleep, since it's unreliable. I'm using python 2.5.2, Windows
XP. I haven't tried this on linux yet as the problem arose while testing
my app for windows.
----------
nosy: +grossetti
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1731717>
_______________________________________
More information about the Python-bugs-list
mailing list