[issue33785] Crash caused by pasting 𐌈𐌖 into python
New submission from Romaji Milton Amulo : On Windows 10, 64 bit, "Python 3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 18:41:36) [MSC v.1900 64 bit (AMD64)] on win32" crashes if 𐌈𐌖 is pasted into the interpreter window, closing the window immediately. Also 𐌆𐌀𐌋 crashes it too, suggesting the bug might be in text processing of Etruscan runes. -- components: Unicode messages: 318839 nosy: ezio.melotti, romaji, vstinner priority: normal severity: normal status: open title: Crash caused by pasting 𐌈𐌖 into python type: crash versions: Python 3.6 ___ Python tracker <https://bugs.python.org/issue33785> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue33785] Crash caused by pasting 𐌈𐌖 into python
Romaji Milton Amulo added the comment: IDLE On Wed, Jun 6, 2018, 11:56 STINNER Victor wrote: > > STINNER Victor added the comment: > > Are you using cmd.exe, PowerShell or IDLE? > > -- > > ___ > Python tracker > <https://bugs.python.org/issue33785> > ___ > -- ___ Python tracker <https://bugs.python.org/issue33785> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue33785] Crash caused by pasting 𐌈𐌖 into python
Romaji Milton Amulo added the comment: Would running it in Powershell avoid the issue? What is the BMP, by the way? -- ___ Python tracker <https://bugs.python.org/issue33785> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue33785] Crash caused by pasting 𐌈𐌖 into python
Romaji Milton Amulo added the comment: It doesn't crash in Powershell, only shows up as the ? in a box character The issue must be with IDLE, most likely the BMP lack of support -- ___ Python tracker <https://bugs.python.org/issue33785> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com