[issue36792] zipfile.writestr causes a Python crash on Windows if the locale is set
Dominik Geldmacher added the comment: Enterprise 1809 and Professional 1803 (german localized) both reproduce the issue -- ___ Python tracker <https://bugs.python.org/issue36
[issue36792] zipfile.writestr causes a Python crash on Windows if the locale is set
Dominik Geldmacher added the comment: I can reproduce it on Python 3.7.3 german Windows10 enterprise Windows fatal exception: code 0xc374 Current thread 0x3bc8 (most recent call first): File "C:\Python37\lib\zipfile.py", line 1757 in writestr -- nosy: +Dominik