]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105834: Add tests for calling `issubclass()` between two protocols (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 16 Jun 2023 16:20:19 +0000 (09:20 -0700)
committerGitHub <noreply@github.com>
Fri, 16 Jun 2023 16:20:19 +0000 (16:20 +0000)
commite6982c58602bba9bc1f7c1e6e9cc5f65610d1c6e
tree670042478d767f0c9d7f574d72a3ff19d9702569
parent32d8b56dff65f8e1634ebe965357bd60719241b1
[3.12] gh-105834: Add tests for calling `issubclass()` between two protocols (GH-105835) (#105859)

Some parts of the implementation of `typing.Protocol` had poor test coverage
(cherry picked from commit 70c075c194d3739ae10ce76265f05fa82ed46487)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/test_typing.py