-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
gh-105237: Allow calling issubclass(X, typing.Protocol)
again
#105239
gh-105237: Allow calling issubclass(X, typing.Protocol)
again
#105239
Conversation
issubclass(X, Protocol)
againissubclass(X, typing.Protocol)
again
I've run the third-party tests we have at |
Thanks @AlexWaygood for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry @AlexWaygood and @JelleZijlstra, I had trouble checking out the |
Thanks @AlexWaygood for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
…pythonGH-105239) (cherry picked from commit cdfb201) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
GH-105316 is a backport of this pull request to the 3.12 branch. |
issubclass()
againsttyping.Protocol
on Python 3.12 #105237