]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104555: Runtime-checkable protocols: Don't let previous calls to `isinstance(...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Wed, 17 May 2023 23:43:12 +0000 (00:43 +0100)
committerGitHub <noreply@github.com>
Wed, 17 May 2023 23:43:12 +0000 (23:43 +0000)
commitb27fe67f3c643e174c3619b669228ef34b6d87ee
treea296ecb2c5fd849e2bfb40a600d27d2ea6eac982
parent2f369cafeeb4a4886b00396abd8a5f33e555e1c3
gh-104555: Runtime-checkable protocols: Don't let previous calls to `isinstance()` influence whether `issubclass()` raises an exception (#104559)

Co-authored-by: Carl Meyer <carl@oddbird.net>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2023-05-17-16-58-23.gh-issue-104555.5rb5oM.rst [new file with mode: 0644]