]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105237: Allow calling `issubclass(X, typing.Protocol)` again (#105239)
authorAlex Waygood <Alex.Waygood@Gmail.com>
Mon, 5 Jun 2023 13:36:51 +0000 (14:36 +0100)
committerGitHub <noreply@github.com>
Mon, 5 Jun 2023 13:36:51 +0000 (06:36 -0700)
commitcdfb201bfa35b7c50de5099c6d9078c806851d98
tree8e0da082af08ed04818003402f486041ee8e6bc4
parent69d1245685cf95ddc678633e978a56673da64865
gh-105237: Allow calling `issubclass(X, typing.Protocol)` again (#105239)
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]