Python 3.15 frozendict: Immutable Built-in Dicts Explained
PEP 814 brings frozendict to Python 3.15 — built-in immutable, hashable dict. Usage, lru_cache patterns, and Migration from third-party packages.
PEP 814 brings frozendict to Python 3.15 — built-in immutable, hashable dict. Usage, lru_cache patterns, and Migration from third-party packages.