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 georg.brandl
Recipients georg.brandl, joseph.h.garvin
Date 2010-12-06.07:37:51
SpamBayes Score 0.0016740237
Marked as misclassified No
Message-id <1291621072.7.0.109366946367.issue10635@psf.upfronthosting.co.za>
In-reply-to
Content
After forking, the parent waits for the child's exec call to determine if it succeeds.  Otherwise, you wouldn't get an exception in the parent when you do

Popen('/bin/ech')

or somesuch.
History
Date User Action Args
2010-12-06 07:37:52georg.brandlsetrecipients: + georg.brandl, joseph.h.garvin
2010-12-06 07:37:52georg.brandlsetmessageid: <1291621072.7.0.109366946367.issue10635@psf.upfronthosting.co.za>
2010-12-06 07:37:51georg.brandllinkissue10635 messages
2010-12-06 07:37:51georg.brandlcreate