]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110682: Ignore `__match_args__` from `__instancecheck__` in protocols (#110683)
authorNikita Sobolev <mail@sobolevn.me>
Thu, 12 Oct 2023 02:20:20 +0000 (05:20 +0300)
committerGitHub <noreply@github.com>
Thu, 12 Oct 2023 02:20:20 +0000 (19:20 -0700)
commit5257ade0bc9b53471227d0e67999df7c8ad633a7
tree7d9730bc78174e72da128cd5b5ea6b335fb5e6da
parent88ecb190f3717f7f0d663d004fc4b63c7e7bce77
gh-110682: Ignore `__match_args__` from `__instancecheck__` in protocols (#110683)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2023-10-11-11-00-11.gh-issue-110682.bXRFaX.rst [new file with mode: 0644]