You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, it looks like #10666 is broken in Python 2 mode, because the rules for booleans are different. However, the new feature is not enabled by default, so there seems to be another bug that causes a disabled feature to affect type checking results.
The second call at the bottom of this example generates an unexpected error, but only in Python 2 mode:
Here's the output:
This is a regression from mypy 0.910.
The text was updated successfully, but these errors were encountered: