[issue33785] Crash caused by pasting 𐌈𐌖 into IDLE on Windows

Terry J. Reedy report at bugs.python.org
Wed Jun 6 17:38:44 EDT 2018


Terry J. Reedy <tjreedy at udel.edu> added the comment:

This is a duplicate of the remaining part of #13153.  The error message displayed in a console used to start IDLE is the same, ending with "UnicodeDecodeError: 'utf-8' codec can't decode byte 0xed in position 0: invalid continuation byte"  In the previous issue, Ezio explained the message and Serhiy submitted patches at yet untested.  So I am closing this.

----------
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> IDLE crashes when pasting non-BMP unicode char on Py3
versions: +Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33785>
_______________________________________


More information about the Python-bugs-list mailing list