[issue46206] Crash when editing emoji containing strings

2021-12-31 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Example: >>> ___😀 File "", line 1 ___😀 ^ SyntaxError: invalid character '😀' (U+1F600) >>> __😀 File "", line 1 __😀 ^ SyntaxError: invalid character '😀' (U+1F600) -- ___ Python tracker

[issue46206] Crash when editing emoji containing strings

2021-12-31 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ _

[issue46206] Crash when editing emoji containing strings

2021-12-31 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: This seems to be fixed on the main branch (at least I cannot reproduce it in the main branch). If so, this means that will be fixed in Python 3.10.2. 10maurycy10, could you please confirm that this is indeed the case? -- _

[issue46206] Crash when editing emoji containing strings

2021-12-31 Thread Terry J. Reedy
Terry J. Reedy added the comment: On Win10 command prompt, 😀 is initially displayed as 2 boxes, subsequently as box-space. Besides this, editing works fine and when Entered, the string is echoed. -- nosy: +pablogsal, terry.reedy ___ Python tracker

[issue46206] Crash when editing emoji containing strings

2021-12-30 Thread M Z
M Z <10mauryc...@gmail.com> added the comment: FYI: My platform is arch linux on amd64. -- ___ Python tracker ___ ___ Python-bugs-li

[issue46206] Crash when editing emoji containing strings

2021-12-30 Thread M Z
New submission from M Z <10mauryc...@gmail.com>: Reproduction steps: 0. start rpel. command: ``python`` 1. enter into '___😀' 2. use arrow keys and backspace to delete an underscore 3. press enter. 4. observe segfault - insertion of chars before emoji can also cause crash back trace (gdb): ```