Closed
Description
I have a very complex typed project, called returns
. Update to mypy@1.6.0 crashes: https://github.com/dry-python/returns/actions/runs/6483844863/job/17606337545?pr=1701
/home/runner/work/_temp/a6c62935-0006-475e-ae0a-586ff0ab0548.sh: line 5: 2104 Segmentation fault (core dumped) poetry run mypy --enable-error-code=unused-awaitable returns
There are a lot of things going on the repo: plugins, HKTs, complex generics, etc, etc
So, I would need to find a minimal reproducer.
Not sure if this is related to #16245 or not