[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 <https://bugs.python.org/issue46206> ___ ___

[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

[issue10801] zipfile.ZipFile().extractall() header mismatch for non-ASCII characters

2010-12-31 Thread M. Z.
New submission from M. Z. : Trying to unpack a ZIP file where some packet files contain danish letters results in: zipfile.BadZipFile: File name in directory 'filename_with_æoå.txt' and header b'filename_with_\x91o\x86.txt' differ. Using Py 3.2b2 on Win7. Unpack t