On 9/16/2019 11:41 AM, György Deák wrote:

1. Start IDLE
2. Copy any emoji (tried with "pile of poo" and "dog")

Must be an emoji outside the Basic Multiligual Plane (and most are) such as 🐱 or 🐍

3. Paste it to IDLE
4. Crash

IDLE exits because of an uncaught exception in tk mainloop. To see this, start IDLE in a console/terminal with 'python -m idlelib'. Techically, this is not a crash. No consolation to the user.

This is a known issue https://bugs.python.org/issue13153. Fix is not yet known. I just tried the diff from a few years ago. Same error.

--
Terry Jan Reedy


_______________________________________________
IDLE-dev mailing list
IDLE-dev@python.org
https://mail.python.org/mailman/listinfo/idle-dev

Reply via email to