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 epaine
Recipients epaine, terry.reedy
Date 2021-09-09.16:11:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631203913.59.0.561525061712.issue45103@roundup.psfhosted.org>
In-reply-to
Content
It turns out the problem is a combination of the font and IDLE preview content. With the phaistos font installed, inserting the content of the "Devanagari, Tamil" or "East Asian" sections into a Tk text widget causes it to freeze. For example, the following will fail:

pack [text .t]
.t insert end \u0966

The reason for this still confuses me, since Tk would never default (I believe) to trying to use phaistos font (and therefore it's installation should not affect this). I will report it to the Tk team.
History
Date User Action Args
2021-09-09 16:11:53epainesetrecipients: + epaine, terry.reedy
2021-09-09 16:11:53epainesetmessageid: <1631203913.59.0.561525061712.issue45103@roundup.psfhosted.org>
2021-09-09 16:11:53epainelinkissue45103 messages
2021-09-09 16:11:53epainecreate