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
A dict subclass which does not override__getitem__ (likecollections.Counter) should haveDict_Type.tp_as_mapping->mp_subscript as itsPy_TYPE(lhs)->tp_as_mapping->mp_subscript, but they are not the same.