Closed
Description
There are multiple issues right now:
MappinghasMapping(Sized, Collection[KT], Generic[VT_co])which is not correct. Typeshed's definition:class Mapping(Collection[_KT], Generic[_KT, _VT_co]):. Here we have extraSizedand wrongGenericbase class with only one type argument- There's also
AbstractSet(Sized, Collection[T_co]), which has extraSized.Collectionis alwaysSized