commit | f75d9fce1689f3e7768fd425858469dc91cbff58 | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Wed Jul 16 16:17:57 2003 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Wed Jul 16 16:17:57 2003 +0000 |
tree | c5c6ac36964c3ea3b2656422033697ccce732264 | |
parent | 1c7a0ea05624b7967200e07ee345d26564b11b66 [diff] |
Remove stray comments.
diff --git a/Objects/typeobject.c b/Objects/typeobject.c index f251179..60c4fbc 100644 --- a/Objects/typeobject.c +++ b/Objects/typeobject.c
@@ -1654,7 +1654,6 @@ /* Are slots allowed? */ 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__ " "not supported for subtype of '%s'",