[Python-checkins] python/dist/src/Include dictobject.h,2.29,2.30

aimacintyre at users.sourceforge.net aimacintyre at users.sourceforge.net
Thu Dec 25 19:19:30 EST 2003


Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv23304

Modified Files:
	dictobject.h 
Log Message:
reverting 2.29: the patch was Ok, but the commit msg wrong

Index: dictobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/dictobject.h,v
retrieving revision 2.29
retrieving revision 2.30
diff -C2 -d -r2.29 -r2.30
*** dictobject.h	26 Dec 2003 00:02:23 -0000	2.29
--- dictobject.h	26 Dec 2003 00:19:28 -0000	2.30
***************
*** 88,92 ****
  
  #define PyDict_Check(op) PyObject_TypeCheck(op, &PyDict_Type)
- #define PyList_CheckExact(op) ((op)->ob_type == &PyDict_Type)
  
  PyAPI_FUNC(PyObject *) PyDict_New(void);
--- 88,91 ----





More information about the Python-checkins mailing list