Browse Source

Issue #16991: Drop Py_ODict_GetItemId.

pull/9921/head
Eric Snow 11 years ago
parent
commit
d0a06455a5
  1. 1
      Include/odictobject.h

1
Include/odictobject.h

@ -34,7 +34,6 @@ PyAPI_FUNC(int) PyODict_DelItem(PyObject *od, PyObject *key);
#define PyODict_Size(od) PyDict_Size((PyObject *)od)
#define PyODict_GetItemString(od, key) \
PyDict_GetItemString((PyObject *)od, key)
#define Py_ODict_GetItemId(od, key) _PyDict_GetItemId((PyObject *)od, key)
#ifdef __cplusplus
}

Loading…
Cancel
Save