[issue37614] Pasteing 🌹into idle makes it crash

2019-07-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: As said multiple times on #13153, IDLE exits with a traceback that is visible when it is started from a command line (python -m idlelib). It usually ends with File "F:\dev\3x\lib\tkinter\__init__.py", line 1420, in mainloop self.tk.mainloop(n) UnicodeD

[issue37614] Pasteing 🌹into idle makes it crash

2019-07-17 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Can you please add your operating system and environment information? It seems similar to issue37286 and issue13153 in Windows. -- nosy: +xtreak ___ Python tracker __

[issue37614] Pasteing 🌹into idle makes it crash

2019-07-17 Thread Colby Reeves
New submission from Colby Reeves : Like the title says pasting 🌹 (or U+1F339) into IDLE makes IDLE instantaneously crash. -- assignee: terry.reedy components: IDLE messages: 348095 nosy: Colby Reeves, terry.reedy priority: normal severity: normal status: open title: Pasteing 🌹into idle