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-02.11:47:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604317666.3.0.908114846483.issue42225@roundup.psfhosted.org>
In-reply-to
Content
> Fixing OS graphics or tk is out of scope for us.  Preventing hangs or crashes when using tkinter is.  On Mac, refusing to insert any astral char into a tk widget might be the best solution.  Serhiy, could that be done in tkinter/_tkinter?

I dislike attempting to workaround Tk issues in Python. As you can see, the behavior really depends on the platform. As I wrote, on Fedora 32 it works (the character is rendered properly). I would prefer to not block such character on Fedora 32 because it does crash on some other platforms.

Or you should detect the very precise conditions explaining why it works on some platforms and crash on some other platforms...
History
Date User Action Args
2020-11-02 11:47:46vstinnersetrecipients: + vstinner, terry.reedy, ronaldoussoren, ned.deily, ezio.melotti, serhiy.storchaka
2020-11-02 11:47:46vstinnersetmessageid: <1604317666.3.0.908114846483.issue42225@roundup.psfhosted.org>
2020-11-02 11:47:46vstinnerlinkissue42225 messages
2020-11-02 11:47:46vstinnercreate