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
Make join and meet symmetric with strict_optional (#18227)
Fixes#18199
Updated `join.py` to return `AnyType(TypeOfAny.special_form)` for both
`UnboundType` and `AnyType`.
Updated `meet.py` to return `UninhabitedType()` when visiting a
`UnboundType` as a `NoneType` when `state.strict_optional` is true.
0 commit comments