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 benjamin.peterson
Recipients benjamin.peterson
Date 2014-01-01.18:13:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388600000.81.0.911230526926.issue20104@psf.upfronthosting.co.za>
In-reply-to
Content
posix_spawn is a nice, efficient replacement for fork()/exec(). We should expose it and possibly use it in subprocess where possible.
History
Date User Action Args
2014-01-01 18:13:20benjamin.petersonsetrecipients: + benjamin.peterson
2014-01-01 18:13:20benjamin.petersonsetmessageid: <1388600000.81.0.911230526926.issue20104@psf.upfronthosting.co.za>
2014-01-01 18:13:20benjamin.petersonlinkissue20104 messages
2014-01-01 18:13:20benjamin.petersoncreate