[Python-checkins] python/dist/src/Objects typeobject.c,2.240,2.241

jhylton@users.sourceforge.net jhylton@users.sourceforge.net
Wed, 16 Jul 2003 09:18:00 -0700


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

Modified Files:
	typeobject.c 
Log Message:
Remove stray comments.


Index: typeobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/typeobject.c,v
retrieving revision 2.240
retrieving revision 2.241
diff -C2 -d -r2.240 -r2.241
*** typeobject.c	16 Jul 2003 16:08:23 -0000	2.240
--- typeobject.c	16 Jul 2003 16:17:57 -0000	2.241
***************
*** 1655,1659 ****
  		nslots = PyTuple_GET_SIZE(slots);
  		if (nslots > 0 && base->tp_itemsize != 0) {
- 			/* for the special case of meta types, allow slots */
  			PyErr_Format(PyExc_TypeError,
  				     "nonempty __slots__ "
--- 1655,1658 ----