Pyright hangs with reduce(lambda x, y: (x, y), ...)
#9558
Labels
addressed in next version
Issue is fixed and will appear in next published version
bug
Something isn't working
Description
Pyright appears to hang indefinitely when calling
functools.reduce
with a tuple-ifying lambda.Code
Environment
The code above was tested from the command-line, but is also verified to hang the language servers (for VS Code, Zed, ...).
The text was updated successfully, but these errors were encountered: