[issue42225] Tkinter hangs or crashes when displaying astral chars

STINNER Victor report at bugs.python.org
Sun Nov 1 08:53:52 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

Hum, I didn't explain well. My test. I ran:

./python -m idlelib

In the IDLE shell, I wrote chr(0x1F604) which displays the emoji as expected:

>>> chr(0x1F604)
'😄'

----------

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


More information about the Python-bugs-list mailing list