I propose adding an empty frozendict singleton. For example, it would be returned on the following operations: * `frozendict()` * `frozendict({})` * `frozendict() | frozendict()` * `frozendict() | {}` * `frozendict.fromkeys([])` <!-- gh-linked-prs --> ### Linked PRs * gh-153061 <!-- /gh-linked-prs -->
I propose adding an empty frozendict singleton.
For example, it would be returned on the following operations:
frozendict()frozendict({})frozendict() | frozendict()frozendict() | {}frozendict.fromkeys([])Linked PRs