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
By default deftype creates new types with __slots__ for memory efficiency, but this can create issues occasionally with inheritance or other features. There should be a meta flag that can be provided to disable the creation of __slots__.