fromRealpython1 day agoPythonPython Gains frozendict and Other Python News for March 2026 - Real PythonPython 3.15 will include frozendict as a built-in immutable, hashable dictionary type, with PEP 814 accepted by the Steering Council in February.
fromPythonbytes3 months agoPythonInverted dependency treesPEP 814 adds a built-in frozendict immutable mapping to Python to prevent unintended modifications and support reliable immutable dictionaries.
fromRealpython1 day agoPythonPython Gains frozendict and Other Python News for March 2026 - Real Python