You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are different simple and corner cases that we need to tests.
Why is that important? Because runtime_checkableProtocol has its own __instancecheck__ magic that must work correctly with match machinery.
Bug report
There are different simple and corner cases that we need to tests.
Why is that important? Because
runtime_checkable
Protocol
has its own__instancecheck__
magic that must work correctly withmatch
machinery.I have a PR ready.
CC @AlexWaygood for
runtime_checkable
and @brandtbucher formatch
Requires #110682 to test multiple cases with
Protocol
and__match_args__
.Linked PRs
runtime_checkable
protocols #110687The text was updated successfully, but these errors were encountered: