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 2019年07月18日 04:40 by Colby Reeves, last changed 2022年04月11日 14:59 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg348095 - (view) | Author: Colby Reeves (Colby Reeves) | Date: 2019年07月18日 04:40 | |
Like the title says pasting 🌹 (or U+1F339) into IDLE makes IDLE instantaneously crash. |
|||
| msg348096 - (view) | Author: Karthikeyan Singaravelan (xtreak) * (Python committer) | Date: 2019年07月18日 04:43 | |
Can you please add your operating system and environment information? It seems similar to issue37286 and issue13153 in Windows. |
|||
| msg348148 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2019年07月19日 07:20 | |
As said multiple times on #13153, IDLE exits with a traceback that is visible when it is started from a command line (python -m idlelib). It usually ends with File "F:\dev3円x\lib\tkinter\__init__.py", line 1420, in mainloop self.tk.mainloop(n) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xed in position 3: invalid continuation byte |
|||
| msg370926 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2020年06月07日 23:24 | |
The crash issue is fixed, but editing does not work correctly. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:59:18 | admin | set | github: 81795 |
| 2020年06月07日 23:24:36 | terry.reedy | set | messages: + msg370926 |
| 2020年03月30日 05:46:11 | terry.reedy | set | title: Pasteing 🌹into idle makes it crash -> Pasteing 🌹into idle makes it exit |
| 2019年07月19日 07:20:29 | terry.reedy | set | status: open -> closed type: crash -> behavior versions: + Python 3.9, - Python 3.7 messages: + msg348148 superseder: IDLE 3.x on Windows exits when pasting non-BMP unicode resolution: duplicate stage: resolved |
| 2019年07月18日 04:43:02 | xtreak | set | nosy:
+ xtreak messages: + msg348096 |
| 2019年07月18日 04:40:49 | Colby Reeves | create | |