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 serhiy.storchaka
Recipients loewis, roger.serwy, serhiy.storchaka, terry.reedy
Date 2012-07-11.20:32:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342038796.6314.63.camel@raxxla>
In-reply-to <1342036294.62.0.943279862937.issue15318@psf.upfronthosting.co.za>
Content
> In any case,*this* issue is about sys.stdin being writable.

I already got confused with all these closing/reopening/renaming of
issues and floating code. Should I open my own issue even if it
duplicates and supersedes some other?

> Any objection to checking in my patch?

It does not fixes the issue. sys.stdin.writelines does not raise
exception.

Inheritance input file from output file looks very strange.
_RPCInputFile unnecessary, if redirect stdin not on PyShell self, but on
PyShell.stdin.
History
Date User Action Args
2012-07-11 20:32:42serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, terry.reedy, roger.serwy
2012-07-11 20:32:42serhiy.storchakalinkissue15318 messages
2012-07-11 20:32:42serhiy.storchakacreate