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 9e670c2 commit cb31433Copy full SHA for cb31433
Include/dictobject.h
@@ -109,6 +109,7 @@ PyAPI_DATA(PyTypeObject) PyDictValues_Type;
109
110
PyAPI_FUNC(PyObject *) PyDict_New(void);
111
PyAPI_FUNC(PyObject *) PyDict_GetItem(PyObject *mp, PyObject *key);
112
+PyAPI_FUNC(PyObject *) PyDict_GetItemWithError(PyObject *mp, PyObject *key);
113
PyAPI_FUNC(int) PyDict_SetItem(PyObject *mp, PyObject *key, PyObject *item);
114
PyAPI_FUNC(int) PyDict_DelItem(PyObject *mp, PyObject *key);
115
PyAPI_FUNC(void) PyDict_Clear(PyObject *mp);
0 commit comments