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
In pure Python mode, when a Python class with 0-1 known base classes defines a constant __slots__ attribute, it makes sense to compile it into an extension class automatically, and make the defined slots object attributes.