summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2015-05-30 18:06:26 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2015-05-30 18:06:26 (GMT)
commit1edcb2242b5be3429f7a6bb05f92f714e891f82a (patch)
treee344cd58fda43480fa36febba79617812ddd8044 /Include
parent3ef8958e4022df5f14a8cfd57dec39e218a0f554 (diff)
parentd0a06455a5a56c637ccf582d99e499d45091cdbd (diff)
downloadcpython-1edcb2242b5be3429f7a6bb05f92f714e891f82a.zip
cpython-1edcb2242b5be3429f7a6bb05f92f714e891f82a.tar.gz
cpython-1edcb2242b5be3429f7a6bb05f92f714e891f82a.tar.bz2
Merge from 3.5.
Diffstat (limited to 'Include')
-rw-r--r--Include/odictobject.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/odictobject.h b/Include/odictobject.h
index 1d0d235..7930d28 100644
--- a/Include/odictobject.h
+++ b/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
}