Skip to content

Commit 95b64ae

Browse files
committed
Add PyAnyDict_Check()
1 parent 7961e71 commit 95b64ae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

peps/pep-0814.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,12 @@ C API
145145

146146
Add the following APIs:
147147

148-
* ``PyFrozenDict_Type``
149-
* ``PyFrozenDict_New(collection)`` function
148+
* ``PyAnyDict_Check(op)`` macro
149+
* ``PyAnyDict_CheckExact(op)`` macro
150150
* ``PyFrozenDict_Check()`` macro
151151
* ``PyFrozenDict_CheckExact()`` macro
152+
* ``PyFrozenDict_New(collection)`` function
153+
* ``PyFrozenDict_Type``
152154

153155
Even if ``frozendict`` is not a ``dict`` subclass, it can be used with
154156
``PyDict_GetItemRef()`` and similar "PyDict_Get" functions.

0 commit comments

Comments
 (0)