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
My assumption is that Any in the MutableMapping declaration means that it shouldn't care about the type in the subclass. But, also, _T is unbounded, so it accepts anything anyway.
I'm not sure if this is a bug, or I'm just misunderstanding it. But, any tips on how to make it pass correctly would be great.
Outputs:
My assumption is that
Any
in theMutableMapping
declaration means that it shouldn't care about the type in the subclass. But, also,_T
is unbounded, so it accepts anything anyway.Full code located at: https://github.com/aio-libs/aiohttp/pull/6498/files#diff-864083f9cc0dd7f38b50564bb430ddb33cf9123064b42b50decac1f9d7eca18c
The text was updated successfully, but these errors were encountered: