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

[backport] [used before def] correctly handle walrus operator (#14646) #14654

Merged
merged 1 commit into from
Feb 9, 2023

Commits on Feb 8, 2023

  1. [used before def] correctly handle walrus operator (python#14646)

    Fixes python#14626.
    
    I believe changing the way that we analyze call expression makes sense
    (first, we analyze the callee, then we analyze the arguments).
    ilinum committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    4e2a113 View commit details
    Browse the repository at this point in the history