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 gregory.p.smith
Recipients Rhamphoryncus, collinwinter, gregory.p.smith, jyasskin, rnk
Date 2011-01-03.20:48:24
SpamBayes Score 0.0011584996
Marked as misclassified No
Message-id <1294087707.2.0.335722071685.issue6643@psf.upfronthosting.co.za>
In-reply-to
Content
fwiw a unified fork-and-exec API implemented in C is what I added in Modules/_posixsubprocess.c to at least avoid this issue as much as possible when using subprocess.
History
Date User Action Args
2011-01-03 20:48:27gregory.p.smithsetrecipients: + gregory.p.smith, collinwinter, Rhamphoryncus, jyasskin, rnk
2011-01-03 20:48:27gregory.p.smithsetmessageid: <1294087707.2.0.335722071685.issue6643@psf.upfronthosting.co.za>
2011-01-03 20:48:25gregory.p.smithlinkissue6643 messages
2011-01-03 20:48:24gregory.p.smithcreate