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 takluyver
Recipients ezio.melotti, steven.daprano, takluyver
Date 2014-04-24.01:26:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398302814.57.0.825596576778.issue21338@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I somehow attached an old version of the patch. This one should be correct.

Steven: Redirection relies on a shell - the native 'run a process' interface that the installer uses can't do that. There are ways to work around this, but I think this approach makes sense.

It exits early because stdout and stderr don't go anywhere, so once either of them has filled up a fairly small buffer, attempts to write to it throw an error. I'd love to see that fixed, but it's been known about for years (see issue 706263), and it seems unlikely to change any time soon.
History
Date User Action Args
2014-04-24 01:26:54takluyversetrecipients: + takluyver, ezio.melotti, steven.daprano
2014-04-24 01:26:54takluyversetmessageid: <1398302814.57.0.825596576778.issue21338@psf.upfronthosting.co.za>
2014-04-24 01:26:54takluyverlinkissue21338 messages
2014-04-24 01:26:53takluyvercreate