We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
frozendict
MappingProxytype
1 parent edcc07d commit eeb1cd7Copy full SHA for eeb1cd7
1 file changed
Doc/library/types.rst
@@ -390,6 +390,13 @@ Standard names are defined for the following types:
390
signifying (respectively) the types of the underlying mapping's keys and
391
values.
392
393
+ .. warning::
394
+
395
+ ``MappingProxyType`` can expose its internal mapping
396
+ in some rare cases on some versions of Python.
397
+ Starting from Python 3.15 it is recommeneded
398
+ to use truly immutable :class:`frozendict` instead.
399
400
.. versionadded:: 3.3
401
402
.. versionchanged:: 3.9
0 commit comments