Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash with assignment to variable guarded with TypeGuard #10683

Merged
merged 1 commit into from Jun 21, 2021

Commits on Jun 21, 2021

  1. Fix crash with assignment to variable guarded with TypeGuard

    This is a quick fix to unblock the 0.910 release.
    
    The type guard type can be unrelated to the original type, so we
    shouldn't join it. I'm not sure whether this is right from first
    principles, but it seems to address the issue.
    
    Fixes #10671.
    JukkaL committed Jun 21, 2021
    Copy the full SHA
    db02ec6 View commit details
    Browse the repository at this point in the history