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 |= operator behaves unexpectedly when used with frozenset, where it creates a new instance. This can be misleading because it effectively updates it. I would expect this to trigger a TypeError?