◐ Shell
clean mode source ↗

gh-105834: Add tests for calling `issubclass()` between two protocols by AlexWaygood · Pull Request #105835 · python/cpython

@AlexWaygood

JelleZijlstra

@AlexWaygood

@AlexWaygood AlexWaygood changed the title gh-105834: Remove dead code in typing.py gh-105834: Add tests for calling issubclass() between two protocols

Jun 16, 2023

JelleZijlstra

@AlexWaygood

JelleZijlstra

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jun 16, 2023
…tocols (pythonGH-105835)

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

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

AlexWaygood added a commit to AlexWaygood/cpython that referenced this pull request

Jun 16, 2023
…two protocols (python#105835)

Some parts of the implementation of `typing.Protocol` had poor test coverage

JelleZijlstra pushed a commit that referenced this pull request

Jun 16, 2023
…otocols (GH-105835) (#105859)

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

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

carljm added a commit to carljm/cpython that referenced this pull request

Jun 16, 2023

gvanrossum pushed a commit to gvanrossum/cpython that referenced this pull request

Jun 18, 2023
…tocols (python#105835)

Some parts of the implementation of `typing.Protocol` had poor test coverage