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.
Created on 2008年11月28日 19:59 by terry.reedy, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg76551 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2008年11月28日 19:59 | |
Running the following from an edit window with F5 in IDLE 3.0c3 causes a complete crash. Both edit window and shell window disappear. # -*- coding: utf-8 -*- The is copied from what IDLE said to add when I previously ran file with non-ascii char and no cookie. Same if add pass statement. Copying the same directly into the shell window appears to work fine. |
|||
| msg76565 - (view) | Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) | Date: 2008年11月28日 23:05 | |
I don't reproduce this problem (on windows XP). Which platform are you running? |
|||
| msg76575 - (view) | Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) | Date: 2008年11月29日 01:37 | |
This is a duplicate of #4008 |
|||
| msg76580 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2008年11月29日 02:15 | |
WinXP And sorry for dup. I searched IDLE items for 'crash' |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:41 | admin | set | github: 48704 |
| 2008年11月29日 02:15:59 | terry.reedy | set | messages: + msg76580 |
| 2008年11月29日 01:37:16 | amaury.forgeotdarc | set | status: open -> closed resolution: duplicate superseder: IDLE: checksyntax() doesn't support Unicode? messages: + msg76575 |
| 2008年11月28日 23:05:59 | amaury.forgeotdarc | set | nosy:
+ amaury.forgeotdarc messages: + msg76565 |
| 2008年11月28日 19:59:23 | terry.reedy | create | |