[mypy 1.6 regression] Crash involving ParamSpec, TypeAlias and overloads #16245
Labels
affects-typeshed
Anything that blocks a typeshed change
crash
priority-0-high
topic-overloads
topic-paramspec
PEP 612, ParamSpec, Concatenate
topic-type-alias
TypeAlias and other type alias issues
Running mypy on this code causes it to crash, and exit without a traceback or error message, if you're using mypy 1.6:
If you use mypy
master
, it prints a verrrry long traceback to the terminal indicating aRecursionError
. Here's a small excerpt from the end of the traceback:On mypy 1.5.1, mypy had this output when checking this code:
The text was updated successfully, but these errors were encountered: