]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105237: Allow calling `issubclass(X, typing.Protocol)` again (GH-105239...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 5 Jun 2023 14:06:25 +0000 (07:06 -0700)
committerGitHub <noreply@github.com>
Mon, 5 Jun 2023 14:06:25 +0000 (14:06 +0000)
commit51750269cf36901e83a70a1fff9ab93a2e2855fb
tree4dcf9af09ca735e5c4db93c3f968f686ae8084f7
parent6d0354167f8093183ae5f12205fd0cf991dbbd6a
[3.12] gh-105237: Allow calling `issubclass(X, typing.Protocol)` again (GH-105239) (#105316)

gh-105237: Allow calling `issubclass(X, typing.Protocol)` again (GH-105239)
(cherry picked from commit cdfb201bfa35b7c50de5099c6d9078c806851d98)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2023-06-02-14-57-11.gh-issue-105239.SAmuuj.rst [new file with mode: 0644]