mirror of
https://github.com/python/cpython.git
synced 2026-04-04 19:13:16 +00:00
Issue #16991: Drop Py_ODict_GetItemId.
This commit is contained in:
parent
82a94186c8
commit
d0a06455a5
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue