]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105834: Add tests for calling `issubclass()` between two protocols (#105835)
authorAlex Waygood <Alex.Waygood@Gmail.com>
Fri, 16 Jun 2023 15:47:55 +0000 (16:47 +0100)
committerGitHub <noreply@github.com>
Fri, 16 Jun 2023 15:47:55 +0000 (15:47 +0000)
commit70c075c194d3739ae10ce76265f05fa82ed46487
treef57d0c43be3b2624cc4fa45abe5f352ca2f178ec
parent101d5ec7d7fe122fa81a377c8ab8b562d1add9ee
gh-105834: Add tests for calling `issubclass()` between two protocols (#105835)

Some parts of the implementation of `typing.Protocol` had poor test coverage
Lib/test/test_typing.py