This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients ezio.melotti, ned.deily, ronaldoussoren, serhiy.storchaka, terry.reedy, vstinner
Date 2020-11-01.13:52:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604238739.23.0.859328945398.issue42225@roundup.psfhosted.org>
In-reply-to
Content
Serhiy:
> I get a crash for chr(128516) ("😄") in Tk.

On Linux? What is your Tk version?

On my Fedora 32, the character is displayed properly. It seems like Tk is still using X11 whereas my GNOME desktop is using Wayland.

$ ./python -m test.pythoninfo|grep ^tkinter
tkinter.TCL_VERSION: 8.6
tkinter.TK_VERSION: 8.6
tkinter.info_patchlevel: 8.6.10
History
Date User Action Args
2020-11-01 13:52:19vstinnersetrecipients: + vstinner, terry.reedy, ronaldoussoren, ned.deily, ezio.melotti, serhiy.storchaka
2020-11-01 13:52:19vstinnersetmessageid: <1604238739.23.0.859328945398.issue42225@roundup.psfhosted.org>
2020-11-01 13:52:19vstinnerlinkissue42225 messages
2020-11-01 13:52:19vstinnercreate