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
In particular, this helps with classes that have Any base classes.
This is enough to fix#2712. This is almost a subset of #2714
and should land before that, as this should cause less disruption.
In particular, this helps with classes that have Any base classes.
This is enough to fix#2712. This is almost a subset of #2714
and should land before that, as this should cause less disruption.
Without
--strict-optional
, the secondreveal_type
produces an incorrect result:With
--strict-optional
, both of them are wrong:This seems to cause problems in real-world code together with python/typeshed@6008b9d, so this is high priority.
The text was updated successfully, but these errors were encountered: