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 tlesher
Recipients tlesher, vstinner, ysj.ray
Date 2012-03-11.18:31:55
SpamBayes Score 0.077752165
Marked as misclassified No
Message-id <1331490716.71.0.119471254662.issue8070@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch:  use Py_FileSystemDefaultEncoding (if possible) when sys.stdin is (or becomes) invalid; if none, then fails without entering infinite loop. Docs for PyRun_InteractiveLoopFlags have been updated.
History
Date User Action Args
2012-03-11 18:31:57tleshersetrecipients: + tlesher, vstinner, ysj.ray
2012-03-11 18:31:56tleshersetmessageid: <1331490716.71.0.119471254662.issue8070@psf.upfronthosting.co.za>
2012-03-11 18:31:56tlesherlinkissue8070 messages
2012-03-11 18:31:56tleshercreate