]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104555: Fix isinstance() and issubclass() for runtime-checkable protocols that...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Tue, 16 May 2023 16:38:10 +0000 (17:38 +0100)
committerGitHub <noreply@github.com>
Tue, 16 May 2023 16:38:10 +0000 (16:38 +0000)
commit1163782868454287ca9ac170aaebca4beeb83192
tree99dbc1179ab5ac328ae1b08c488e0625e065507a
parentf40890b124a330b589c8093127be1274e15dbd7f
gh-104555: Fix isinstance() and issubclass() for runtime-checkable protocols that use PEP 695 (#104556)

Fixes #104555
Lib/test/test_typing.py
Lib/typing.py