[issue42225] Tkinter hangs or crashes when displaying astral chars

Terry J. Reedy report at bugs.python.org
Wed Mar 31 01:21:48 EDT 2021


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

On macOS with 3.10.0a, 8.6.11 appears to fix this issue.
>>> chr(128516)
"😄"

For IDLE, I am adding a paragraph to the doc.  I will then close this issue as 'fixed' (insofar as we can for what is a 3rd party failure).

----------
stage: patch review -> test needed

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


More information about the Python-bugs-list mailing list