Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[used before def] correctly handle walrus operator#14646

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JukkaL merged 1 commit intopython:masterfromilinum:mypy/handle-walrus
Feb 8, 2023

Conversation

@ilinum
Copy link
Collaborator

Fixes#14626.

I believe changing the way that we analyze call expression makes sense (first, we analyze the callee, then we analyze the arguments).

@ilinumilinum mentioned this pull requestFeb 8, 2023
17 tasks
@github-actions
Copy link
Contributor

According tomypy_primer, this change has no effect on the checked open source code. 🤖🎉

@JukkaLJukkaL merged commit6b56dc0 intopython:masterFeb 8, 2023
ilinum added a commit to ilinum/mypy that referenced this pull requestFeb 8, 2023
Fixespython#14626.I believe changing the way that we analyze call expression makes sense(first, we analyze the callee, then we analyze the arguments).
@ilinumilinum deleted the mypy/handle-walrus branchFebruary 8, 2023 21:39
ilinum added a commit to ilinum/mypy that referenced this pull requestFeb 8, 2023
Fixespython#14626.I believe changing the way that we analyze call expression makes sense(first, we analyze the callee, then we analyze the arguments).
ilinum added a commit that referenced this pull requestFeb 9, 2023
#14654)Fixes#14626.I believe changing the way that we analyze call expression makes sense(first, we analyze the callee, then we analyze the arguments).
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@JukkaLJukkaLJukkaL approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Reusing variable previously defined with walrus operator triggers used-before-def error

2 participants

@ilinum@JukkaL

[8]ページ先頭

©2009-2025 Movatter.jp