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
Date 2002-10-13.10:44:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

It appears that your patch can crash when sys.stdin/out is
not a file anymore:

>>> import readline
>>> import codecs,sys
>>> sys.stdout=codecs.getwriter('utf-8')(sys.stdout)
Segmentation fault (core dumped)
History
Date User Action Args
2007-08-23 15:10:51adminlinkissue512981 messages
2007-08-23 15:10:51admincreate