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 91e9506 commit de6b0b7Copy full SHA for de6b0b7
Doc/c-api/dict.rst
@@ -82,6 +82,12 @@ Dictionary objects
82
83
Return a new dictionary that contains the same key-value pairs as *p*.
84
85
+ If the argument is a :class:`frozendict`, convert it to a :class:`dict`
86
+ (create a copy).
87
+
88
+ .. versionchanged:: next
89
+ Accept also :class:`frozendict` type.
90
91
.. c:function:: int PyDict_SetItem(PyObject *p, PyObject *key, PyObject *val)
92
93
Insert *val* into the dictionary *p* with a key of *key*. *key* must be
0 commit comments