]> granicus.if.org Git - python/commitdiff
reverting 2.29: the patch was Ok, but the commit msg wrong
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Fri, 26 Dec 2003 00:19:28 +0000 (00:19 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Fri, 26 Dec 2003 00:19:28 +0000 (00:19 +0000)
Include/dictobject.h

index 7fa400a5b272eea7c6105f11f9317dda71fd0a53..554b82e5a30f464d9c08c8943cf8c7da5570b055 100644 (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);