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 vstinner
Recipients Ben.Wolfson, idank, kiilerix, neologix, pitrou, rosslagerwall, vstinner
Date 2011-08-24.22:37:27
SpamBayes Score 0.00028999086
Marked as misclassified No
Message-id <1314225448.59.0.646356488502.issue12786@psf.upfronthosting.co.za>
In-reply-to
Content
subprocess_cloexec-1.diff: I'm too tired too review the test. The subprocess.py part looks correct, except the pipe2 name. Python 3 uses "_create_pipe = _posixsubprocess.cloexec_pipe". Pick one of those.
History
Date User Action Args
2011-08-24 22:37:28vstinnersetrecipients: + vstinner, pitrou, kiilerix, neologix, rosslagerwall, Ben.Wolfson, idank
2011-08-24 22:37:28vstinnersetmessageid: <1314225448.59.0.646356488502.issue12786@psf.upfronthosting.co.za>
2011-08-24 22:37:28vstinnerlinkissue12786 messages
2011-08-24 22:37:27vstinnercreate