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 jooon
Recipients jooon, pablogsal, xtreak
Date 2022-03-25.14:59:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648220352.13.0.358149418592.issue47117@roundup.psfhosted.org>
In-reply-to
Content
Yes. I think they are the same. I can reproduce the emoji crash. This is much easier to reproduce. No need to have a Swedish keyboard layout.

1. Copy _😀
2. Start python with a non unicode locale. LC_ALL=C python3.10
3. Paste in _😀
4. Press backspace once. It will look like the 2 character wide emoji is replaced by a 1 character wide space.
6. Press return
7. Crash
History
Date User Action Args
2022-03-25 14:59:12jooonsetrecipients: + jooon, pablogsal, xtreak
2022-03-25 14:59:12jooonsetmessageid: <1648220352.13.0.358149418592.issue47117@roundup.psfhosted.org>
2022-03-25 14:59:12jooonlinkissue47117 messages
2022-03-25 14:59:12joooncreate