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 ysj.ray
Recipients tlesher, vstinner, ysj.ray
Date 2011-04-02.08:43:04
SpamBayes Score 2.2386243e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
I'd prefer not exit program but try to use Py_FileSystemDefaultEncoding as enc when sys.stdin is invalid. On most cases, setting sys.stdin to some other invalid value does means the program could not continue running.
History
Date User Action Args
2011-04-02 08:43:08ysj.raysetrecipients: + ysj.ray, vstinner, tlesher
2011-04-02 08:43:08ysj.raysetmessageid: <[email protected]>
2011-04-02 08:43:04ysj.raylinkissue8070 messages
2011-04-02 08:43:04ysj.raycreate