[issue42225] Tkinter hangs or crashes when displaying astral chars

Serhiy Storchaka report at bugs.python.org
Sun Nov 1 02:05:05 EST 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

I get a crash for chr(128516) ("😄") in Tk.

$ wish
% label .l -text 😄
.l
% X Error of failed request:  BadLength (poly request too large or internal Xlib length error)
  Major opcode of failed request:  139 (RENDER)
  Minor opcode of failed request:  20 (RenderAddGlyphs)
  Serial number of failed request:  599
  Current serial number in output stream:  599

----------

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


More information about the Python-bugs-list mailing list