Closed lggwettmann closed 4 years ago
Ugh, looks like re.escape
(before Python 3.9) escapes all non-ASCII characters. I’ll release a fix/work-around some time soon.
In the mean time you can skip assertion checks if you invoke Python with the -O
flag. I also rebuilt the PYZ bundle for the current release to include a shebang line, so you can actually execute it as described in Usage which also skips assertion checks.
Fixed in aac69ce02ede727327645862af7d09ce86d77b23
I get this: