Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0a0645

Browse files
Issue #16991: Drop Py_ODict_GetItemId.
1 parent 82a9418 commit d0a0645

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Include/odictobject.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ PyAPI_FUNC(int) PyODict_DelItem(PyObject *od, PyObject *key);
3434
#define PyODict_Size(od) PyDict_Size((PyObject *)od)
3535
#define PyODict_GetItemString(od, key) \
3636
PyDict_GetItemString((PyObject *)od, key)
37-
#define Py_ODict_GetItemId(od, key) _PyDict_GetItemId((PyObject *)od, key)
3837

3938
#ifdef __cplusplus
4039
}

0 commit comments

Comments
 (0)