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 loewis
Recipients loewis, roger.serwy, serhiy.storchaka, terry.reedy
Date 2012-07-11.21:34:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4FFDF16E.8070102@v.loewis.de>
In-reply-to <1342038796.6314.63.camel@raxxla>
Content
> 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?

I personally think it would be best if these issues where closed
*first*, and only then you submit a patch to fix any remaining issues.

>> Any objection to checking in my patch?
> 
> It does not fixes the issue. sys.stdin.writelines does not raise
> exception.

Ah. See blockfiles-3.diff then.

> Inheritance input file from output file looks very strange.

Where do you see that? In my patch, _RPCInputFile inherits from
_RPCFile, which is neither output nor input. Instead, _RPCOutputFile
also inherits from _RPCFile.

> _RPCInputFile unnecessary, if redirect stdin not on PyShell self, but on
> PyShell.stdin.

It is necessary, as rpc will not communicate the exceptions properly.
History
Date User Action Args
2012-07-11 21:34:40loewissetrecipients: + loewis, terry.reedy, roger.serwy, serhiy.storchaka
2012-07-11 21:34:39loewislinkissue15318 messages
2012-07-11 21:34:39loewiscreate