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 pitrou
Recipients Ben.Wolfson, idank, kiilerix, neologix, pitrou, rosslagerwall, vstinner
Date 2011-08-24.20:19:54
SpamBayes Score 0.02905889
Marked as misclassified No
Message-id <1314217194.95.0.701074187129.issue12786@psf.upfronthosting.co.za>
In-reply-to
Content
You might want to add a comment in the patch that the cloexec flag is removed from the child's pipes by calling dup2() before exec() :) I was a bit baffled at first when reading the patch.
History
Date User Action Args
2011-08-24 20:19:55pitrousetrecipients: + pitrou, vstinner, kiilerix, neologix, rosslagerwall, Ben.Wolfson, idank
2011-08-24 20:19:54pitrousetmessageid: <1314217194.95.0.701074187129.issue12786@psf.upfronthosting.co.za>
2011-08-24 20:19:54pitroulinkissue12786 messages
2011-08-24 20:19:54pitroucreate