]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102433: Add tests for how classes with properties interact with `isinstance()...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Sat, 11 Mar 2023 01:20:20 +0000 (01:20 +0000)
committerGitHub <noreply@github.com>
Sat, 11 Mar 2023 01:20:20 +0000 (01:20 +0000)
commit5ffdaf748d98da6065158534720f1996a45a0072
treec63ad1e3849c4b572f80bae51de8a985721ba3a9
parent08b67fb34f4519be1b0bb4673643a2c761c7ae92
gh-102433: Add tests for how classes with properties interact with `isinstance()` checks on `typing.runtime_checkable` protocols (#102449)

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