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
The thing is that it appears to be pythons policy to throw a TypeError when a mutating operation is performed on an immutable object. (e.g. try mutating a tuple element). That's why TypeError makes sense instead of a NotImplementedError. If you can revert this it'll be cool.
The text was updated successfully, but these errors were encountered:
The thing is that it appears to be pythons policy to throw a TypeError when a mutating operation is performed on an immutable object. (e.g. try mutating a tuple element). That's why TypeError makes sense instead of a NotImplementedError. If you can revert this it'll be cool.
The text was updated successfully, but these errors were encountered: