I noticed this issue when exploring a feature request in pyright.
The following code results in an "INTERNAL ERROR" when running mypy.
from typing import Final
MY_CONST: Final = 2**100000
reveal_type(MY_CONST)
This is admittedly an edge case, perhaps not worth fixing.
I noticed this issue when exploring a feature request in pyright.
The following code results in an "INTERNAL ERROR" when running mypy.
This is admittedly an edge case, perhaps not worth fixing.