zyv opened this issue 3 years ago · 1 comments
Interpreter: Python 3.10
Minimum breaking example:
match 1: case str(): # `str()` seems to be important here! pass case _: pass
Probably related to #177 .
Thank you very much @asottile, this was very quick and it's working for me now!