This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients neologix, techtonik
Date 2012-12-20.08:17:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355991465.73.0.218508181535.issue16734@psf.upfronthosting.co.za>
In-reply-to
Content
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().
History
Date User Action Args
2012-12-20 08:17:45neologixsetrecipients: + neologix, techtonik
2012-12-20 08:17:45neologixsetmessageid: <1355991465.73.0.218508181535.issue16734@psf.upfronthosting.co.za>
2012-12-20 08:17:45neologixlinkissue16734 messages
2012-12-20 08:17:45neologixcreate