Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
gh-105237: Allow callingissubclass(X, typing.Protocol)
again#105239
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
gh-105237: Allow callingissubclass(X, typing.Protocol)
again#105239
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
issubclass(X, Protocol)
againissubclass(X, typing.Protocol)
againUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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 commitcdfb201)Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
bedevere-bot commentedJun 5, 2023
GH-105316 is a backport of this pull request to the3.12 branch. |
Uh oh!
There was an error while loading.Please reload this page.
issubclass()
againsttyping.Protocol
on Python 3.12 #105237