Terry J. Reedy <tjre...@udel.edu> added the comment:

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:\dev\3x\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

----------
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> IDLE 3.x on Windows crashes when pasting non-BMP unicode
type: crash -> behavior
versions: +Python 3.9 -Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37614>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to