]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102433: Add tests for how classes with properties interact with `isinstance()...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 11 Mar 2023 01:45:40 +0000 (17:45 -0800)
committerGitHub <noreply@github.com>
Sat, 11 Mar 2023 01:45:40 +0000 (17:45 -0800)
commit281078794f10a42d0aa99d660e25a434fde96ec4
treebb44e0b45af2aa02084789b51107af02afa7eff8
parent7276ee0d122d072486b4a9fc03d17533f871da8f
gh-102433: Add tests for how classes with properties interact with `isinstance()` checks on `typing.runtime_checkable` protocols (GH-102449)

(cherry picked from commit 5ffdaf748d98da6065158534720f1996a45a0072)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Carl Meyer <carl@oddbird.net>
Lib/test/test_typing.py