A 'frozen' dictionary for Python
3 points by ryan-duve
3 points by ryan-duve
I saw this announcement on Discourse which contains context and discussion and the announcement that this is implemented for 3.15: https://docs.python.org/dev/library/stdtypes.html#frozendict. The LWN article presents a good overview.
Good. I found the absence of frozendict surprising and a little confusing because frozenset has existed approximately forever.