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
Fix narrowing down types in deferred nodes (#4490)
Previously a partial type could be narrowed down to a bogus
`Optional[Any]` type. Selectively switch narrowing down off
in deferred nodes to work around the issue.
Fixes#4488.
0 commit comments