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 Christophe.Devriese, gregory.p.smith, nadeem.vawda, neologix, pitrou
Date 2011-05-25.17:06:13
SpamBayes Score 0.0039967303
Marked as misclassified No
Message-id <1306343174.37.0.499325207995.issue12107@psf.upfronthosting.co.za>
In-reply-to
Content
For the record, the best effort approach is already used in subprocess (check subprocess_cloexec_pipe() in Modules/_posixsubprocess.c).

Speaking of which, the os module could expose the pipe2() function.
History
Date User Action Args
2011-05-25 17:06:14pitrousetrecipients: + pitrou, gregory.p.smith, nadeem.vawda, neologix, Christophe.Devriese
2011-05-25 17:06:14pitrousetmessageid: <1306343174.37.0.499325207995.issue12107@psf.upfronthosting.co.za>
2011-05-25 17:06:13pitroulinkissue12107 messages
2011-05-25 17:06:13pitroucreate