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 tetelevm
Recipients christian.heimes, terry.reedy, tetelevm
Date 2021-03-28.20:06:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616962000.88.0.740779914128.issue43647@roundup.psfhosted.org>
In-reply-to
Content
I checked the behavior, and found out that it depends on the font. I have "Noto Sans Mono", and if I enter, for example, '\u2709', IDLE crashes. But if I put another font, for example 'Dejavu Mono', just a blank line is displayed. Also, if I output the characters to "dejavu" and then switch to "noto", the bug disappears until I restart IDLE.

P.S. I've played around, and crashes don't always happen when I change font, but, personally, it always happens when I open IDLE with "Noto Sans Mono" font. Also, if needed, I can check tomorrow on other laptops with other systems.
History
Date User Action Args
2021-03-28 20:06:40tetelevmsetrecipients: + tetelevm, terry.reedy, christian.heimes
2021-03-28 20:06:40tetelevmsetmessageid: <1616962000.88.0.740779914128.issue43647@roundup.psfhosted.org>
2021-03-28 20:06:40tetelevmlinkissue43647 messages
2021-03-28 20:06:40tetelevmcreate