gh-105237: Allow calling issubclass(X, typing.Protocol) again#105239
gh-105237: Allow calling issubclass(X, typing.Protocol) again#105239JelleZijlstra merged 6 commits intopython:mainfrom
issubclass(X, typing.Protocol) again#105239Conversation
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.Protocolon Python 3.12 #105237