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
Original comment byYanir Seroussi (BitBucket: yanir, GitHub: @yanir?):
We're seeing a similar issue with a container that inherits from set ("Badly implemented Container, implements len but not getitem"). Is may be worth adding checks for containers that inherit from containers that don't support random access.
Originally reported by: Sylvain Thénault (BitBucket: sthenault, GitHub: @sthenault?)
complains about missing delitem, setitem which don't make sense on (immutable) tuple
The text was updated successfully, but these errors were encountered: