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:51 | admin | link | issue512981 messages |
| 2007年08月23日 15:10:51 | admin | create | |