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 7961e71 commit 95b64aeCopy full SHA for 95b64ae
peps/pep-0814.rst
@@ -145,10 +145,12 @@ C API
145
146
Add the following APIs:
147
148
-* ``PyFrozenDict_Type``
149
-* ``PyFrozenDict_New(collection)`` function
+* ``PyAnyDict_Check(op)`` macro
+* ``PyAnyDict_CheckExact(op)`` macro
150
* ``PyFrozenDict_Check()`` macro
151
* ``PyFrozenDict_CheckExact()`` macro
152
+* ``PyFrozenDict_New(collection)`` function
153
+* ``PyFrozenDict_Type``
154
155
Even if ``frozendict`` is not a ``dict`` subclass, it can be used with
156
``PyDict_GetItemRef()`` and similar "PyDict_Get" functions.
0 commit comments