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 r.david.murray
Recipients graphite, r.david.murray
Date 2015-07-09.17:09:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436461784.92.0.0685430398871.issue24595@psf.upfronthosting.co.za>
In-reply-to
Content
Does it not work to create an unbuffered makefile object from the socket and assign that to stdout?  Regardless, if you need to set it and restore it around runcode you can use super() to call the base class method.

I think providing an easier API to change stdin/stdout/stderr is a reasonable RFE, though.
History
Date User Action Args
2015-07-09 17:09:44r.david.murraysetrecipients: + r.david.murray, graphite
2015-07-09 17:09:44r.david.murraysetmessageid: <1436461784.92.0.0685430398871.issue24595@psf.upfronthosting.co.za>
2015-07-09 17:09:44r.david.murraylinkissue24595 messages
2015-07-09 17:09:44r.david.murraycreate