[issue11730] Setting Invalid sys.stdin in interactive mode => loop forever.

2011-04-02 Thread STINNER Victor
STINNER Victor added the comment: I think that it is a duplicate of #8070. -- resolution: -> duplicate status: open -> closed ___ Python tracker ___ ___

[issue11730] Setting Invalid sys.stdin in interactive mode => loop forever.

2011-04-01 Thread Ned Deily
Changes by Ned Deily : -- nosy: +haypo stage: test needed -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue11730] Setting Invalid sys.stdin in interactive mode => loop forever.

2011-04-01 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> test needed title: Setting sys.stdin to an invalid input stream causes interpreter run loop forever. -> Setting Invalid sys.stdin in interactive mode => loop forever. ___ Python tracker