reverting 2.29: the patch was Ok, but the commit msg wrong

This commit is contained in:
Andrew MacIntyre 2003-12-26 00:19:28 +00:00
parent 694e3a4a9d
commit 6f3a24d0b3
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ struct _dictobject {
PyAPI_DATA(PyTypeObject) PyDict_Type;
#define PyDict_Check(op) PyObject_TypeCheck(op, &PyDict_Type)
#define PyList_CheckExact(op) ((op)->ob_type == &PyDict_Type)
PyAPI_FUNC(PyObject *) PyDict_New(void);
PyAPI_FUNC(PyObject *) PyDict_GetItem(PyObject *mp, PyObject *key);