Andrew Lutomirski added the comment:

FWIW, sticking a mutex in Popen.__init__ (wrapping the whole thing) seems to 
work around this issue (for programs that aren't using multiprocessing or fork, 
for example).  This might be a good-enough fix and be safe enough to stick in 
the standard library.

----------
status: open -> closed

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

Reply via email to