]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105974: Revert unintentional behaviour change for protocols with non-callab...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 Jun 2023 15:26:37 +0000 (08:26 -0700)
committerGitHub <noreply@github.com>
Fri, 23 Jun 2023 15:26:37 +0000 (15:26 +0000)
commit7d6ee298e96559e13d343b47ac489fcb4f219cd4
tree4052abfbf39dec2a3666f2a3841efbcd95eb5051
parent1ffcd49be2a090375a77b3ad9dc5ccd8bfc2944f
[3.12] gh-105974: Revert unintentional behaviour change for protocols with non-callable members and custom `__subclasshook__` methods (GH-105976) (#106032)

gh-105974: Revert unintentional behaviour change for protocols with non-callable members and custom `__subclasshook__` methods (GH-105976)
(cherry picked from commit 9499b0f138cc53b9a2590350d0b545d2f69ee126)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2023-06-21-19-04-27.gh-issue-105974.M47n3t.rst [new file with mode: 0644]