Thanks to visit codestin.com Credit goes to github.com
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 82a9418 commit d0a0645Copy full SHA for d0a0645
1 file changed
Include/odictobject.h
@@ -34,7 +34,6 @@ PyAPI_FUNC(int) PyODict_DelItem(PyObject *od, PyObject *key);
34
#define PyODict_Size(od) PyDict_Size((PyObject *)od)
35
#define PyODict_GetItemString(od, key) \
36
PyDict_GetItemString((PyObject *)od, key)
37
-#define Py_ODict_GetItemId(od, key) _PyDict_GetItemId((PyObject *)od, key)
38
39
#ifdef __cplusplus
40
}
0 commit comments