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 ronaldoussoren
Recipients ned.deily, ronaldoussoren, serhiy.storchaka
Date 2020-11-13.16:09:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605283798.17.0.472423531994.issue42318@roundup.psfhosted.org>
In-reply-to
Content
With 8.6.8 both "hang", in that the Shell window no longer accepts input. I've checked that ``print(input())`` works when I don't use an emoji. 

Interestingly enough, pasting ``print(ascii("😀"))`` into an edit window does work, I can continue editing, but the display is messed up. It looks like:

   print(ascii("😀"))print(ascii("

But with the first two identifiers coloured and the two other identifiers black. Saving the file results in the expected file contents.
History
Date User Action Args
2020-11-13 16:09:58ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, serhiy.storchaka
2020-11-13 16:09:58ronaldoussorensetmessageid: <1605283798.17.0.472423531994.issue42318@roundup.psfhosted.org>
2020-11-13 16:09:58ronaldoussorenlinkissue42318 messages
2020-11-13 16:09:57ronaldoussorencreate