KEMBAR78
Fix couple inconsistencies in protocols vs TypeType by ilevkivskyi · Pull Request #19267 · python/mypy · GitHub
Skip to content

Conversation

ilevkivskyi
Copy link
Member

No description provided.

@github-actions

This comment has been minimized.

@ilevkivskyi
Copy link
Member Author

The fix(es) here are quite straightforward, so I am going to merge this without a review, unless there are objections.

@github-actions
Copy link
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

prefect (https://github.com/PrefectHQ/prefect)
+ src/prefect/utilities/services.py:129: note: Following member(s) of "Exception" have conflicts:
+ src/prefect/utilities/services.py:129: note:     Expected:
+ src/prefect/utilities/services.py:129: note:         def __hash__() -> int
+ src/prefect/utilities/services.py:129: note:     Got:
+ src/prefect/utilities/services.py:129: note:         def __hash__(self: object) -> int

@ilevkivskyi ilevkivskyi merged commit 61cbe0c into python:master Jun 11, 2025
19 checks passed
@ilevkivskyi ilevkivskyi deleted the proto-type-edge-case branch June 11, 2025 13:32
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