]> 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:46:04 +0000 (17:46 -0800)
committerGitHub <noreply@github.com>
Sat, 11 Mar 2023 01:46:04 +0000 (17:46 -0800)
commite467cb3a691d936b6e7b2ed7cc859a8c218e9f1a
tree84909ee78aa507e96e8ad6c7564287a6b6cb6d41
parent123119ff8880986c7deae72484e2458f786f5ed3
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