[issue16734] Delay interpreter startup phase until script is read

Charles-François Natali report at bugs.python.org
Thu Dec 20 09:17:45 CET 2012


Charles-François Natali added the comment:

I may be missing something, but nothing's wrong here.
When you start a subprocess, the child process keeps running (in background).

If you want to wait for its termination, just use p.wait() or p.communicate().

----------
nosy: +neologix

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


More information about the Python-bugs-list mailing list