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 Guilherme.Simões, Todd.Rovito, roger.serwy, serhiy.storchaka, terry.reedy
Date 2013-04-28.10:45:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367145933.7.0.00562266318646.issue17838@psf.upfronthosting.co.za>
In-reply-to
Content
Last patch LGTM.

With keeping a reference in sys.__stdin__ we will encounter same issue.

    sys.stdin = None
    sys.__stdin__ = None  # close!
History
Date User Action Args
2013-04-28 10:45:33serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, roger.serwy, Todd.Rovito, Guilherme.Simões
2013-04-28 10:45:33serhiy.storchakasetmessageid: <1367145933.7.0.00562266318646.issue17838@psf.upfronthosting.co.za>
2013-04-28 10:45:33serhiy.storchakalinkissue17838 messages
2013-04-28 10:45:33serhiy.storchakacreate