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.
1 parent 5b07811 commit 114ffb5Copy full SHA for 114ffb5
1 file changed
Doc/c-api/dict.rst
@@ -542,6 +542,10 @@ Frozen dictionary objects
542
543
Create an empty dictionary if *iterable* is ``NULL``.
544
545
+ .. impl-detail::
546
+ If *iterable* is a :class:`frozendict`, but not a :class:`frozendict`
547
+ subclass, return the same object unmodified.
548
+
549
550
Ordered dictionaries
551
^^^^^^^^^^^^^^^^^^^^
0 commit comments