From gyuri.deak at gmail.com Mon Sep 16 11:41:28 2019 From: gyuri.deak at gmail.com (=?UTF-8?B?R3nDtnJneSBEZcOhaw==?=) Date: Mon, 16 Sep 2019 17:41:28 +0200 Subject: [Idle-dev] Latest IDLE - Instant crash on Windows 10 / Python 3.7.4 x64 Message-ID: Hi There, Reproduction: 1. Start IDLE 2. Copy any emoji (tried with "pile of poo" and "dog") 3. Paste it to IDLE 4. Crash Best regards, George Deak -------------- next part -------------- An HTML attachment was scrubbed... URL: From tjreedy at udel.edu Tue Sep 17 16:00:14 2019 From: tjreedy at udel.edu (Terry Reedy) Date: Tue, 17 Sep 2019 16:00:14 -0400 Subject: [Idle-dev] Latest IDLE - Instant crash on Windows 10 / Python 3.7.4 x64 In-Reply-To: References: Message-ID: 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