Skip to content

Added error check for member access expressions that attempt to bind …#9947

Merged
erictraut merged 1 commit intomainfrom
issue-9942
Feb 20, 2025
Merged

Added error check for member access expressions that attempt to bind …#9947
erictraut merged 1 commit intomainfrom
issue-9942

Conversation

@erictraut
Copy link
Copy Markdown
Collaborator

…an instance or class method to an object or class when the method accepts no "self" or "cls" parameter. This addresses #9942.

…an instance or class method to an object or class when the method accepts no "self" or "cls" parameter. This addresses #9942.
@github-actions
Copy link
Copy Markdown
Contributor

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

@erictraut erictraut merged commit e9edd94 into main Feb 20, 2025
18 checks passed
@erictraut erictraut deleted the issue-9942 branch February 20, 2025 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant