]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-74690: typing: Call `_get_protocol_attrs` and `_callable_members_only` at protocol...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Wed, 5 Apr 2023 11:19:03 +0000 (12:19 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Apr 2023 11:19:03 +0000 (12:19 +0100)
commit3246688918a428738b61c4adb5fbc6525eae96f9
tree8deff8a4760e9fd02d5ddc1b0e015a17735eb95d
parentc396b6ddf3da784349bac9ebf7f28c55bde016ea
gh-74690: typing: Call `_get_protocol_attrs` and `_callable_members_only` at protocol class creation time, not during `isinstance()` checks (#103160)
Lib/typing.py