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
We might want to consider making the same optimization for empty mappings that CPython does for the builtin immutable types tuple and frozenset: make the empty mapping a singleton.
We might want to consider making the same optimization for empty mappings that CPython does for the builtin immutable types
tuple
andfrozenset
: make the empty mapping a singleton.For reference, consider:
The text was updated successfully, but these errors were encountered: