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 dhduvall
Recipients alex, benjamin.peterson, dhduvall, gennad, gregory.p.smith, neologix
Date 2014-07-08.17:38:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404841088.49.0.586011360523.issue20104@psf.upfronthosting.co.za>
In-reply-to
Content
Cool.  We implemented our own version as a straight-up native module (https://java.net/projects/ips/sources/pkg-gate/content/src/modules/pspawn.c), and our Popen replacement is not at present a complete replacement for the one in the stdlib, but it does what we need it to do.  We'd absolutely switch if it came in to the stdlib, though, and I think there would be plenty of programs that would benefit from it (certainly a number of large Python programs in Solaris have run into exactly this problem).
History
Date User Action Args
2014-07-08 17:38:08dhduvallsetrecipients: + dhduvall, gregory.p.smith, benjamin.peterson, alex, neologix, gennad
2014-07-08 17:38:08dhduvallsetmessageid: <1404841088.49.0.586011360523.issue20104@psf.upfronthosting.co.za>
2014-07-08 17:38:08dhduvalllinkissue20104 messages
2014-07-08 17:38:07dhduvallcreate