#pep-814

[ follow ]
#frozendict
fromRealpython
1 day ago
Python

Python Gains frozendict and Other Python News for March 2026 - Real Python

Python 3.15 will include frozendict as a built-in immutable, hashable dictionary type, with PEP 814 accepted by the Steering Council in February.
fromPythonbytes
3 months ago
Python

Inverted dependency trees

PEP 814 adds a built-in frozendict immutable mapping to Python to prevent unintended modifications and support reliable immutable dictionaries.
[ Load more ]