-
-
Couldn't load subscription status.
- Fork 33.2k
gh-137191: Fix how type parameters are collected from Protocol and Generic bases with parameters
#137281
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
Conversation
…` and `Generic` bases with parameters
|
Thank you! I will keep this open for a bit for any extra feedback :) |
|
Looks like there are no objections / suggestions. Merging! |
|
…` and `Generic` bases with parameters (python#137281)
While fixing this problem, I've also noticed that code like
never produced any
TypeError, it is in contrast towhich produced this error as it should. I've fixed this as well.
TypeErrorwhen omitting aProtocoltype argument with default #137191