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 terry.reedy
Recipients ezio.melotti, ned.deily, ronaldoussoren, serhiy.storchaka, terry.reedy, vstinner
Date 2020-11-01.03:17:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604200632.47.0.347759375724.issue42225@roundup.psfhosted.org>
In-reply-to
Content
On my macOS Mohave, 3.10, echoing '\U0001####' (# = hex digit) or chr(#####) (decimal digits) in IDLE's shell either prints an error box or hangs.  On #13153, freezing on macOS was reported for 3.7.6.  Until tkinter on Mac works better, we should try to get an error box for all astral chars.

For an SO questioner with Ubuntu 18.04, now updated to 20.04 with python 3.8.6, some chars display (128512-128547; 128549-128555; 128557-128576, example chr(128516)) and some 'crash' (example chr(128077)).  I am trying to get 'crash' narrowed down and the tk version Ubuntu uses.
Serhiy, does >>> chr(128516) echo thumbs up on your Linux?

The SO crash example works for me on Windows.  I should test more codepoints.
History
Date User Action Args
2020-11-01 03:17:12terry.reedysetrecipients: + terry.reedy, ronaldoussoren, vstinner, ned.deily, ezio.melotti, serhiy.storchaka
2020-11-01 03:17:12terry.reedysetmessageid: <1604200632.47.0.347759375724.issue42225@roundup.psfhosted.org>
2020-11-01 03:17:12terry.reedylinkissue42225 messages
2020-11-01 03:17:12terry.reedycreate