]> granicus.if.org Git - python/commitdiff
Change the type names to xxsublist.<name>.
authorGuido van Rossum <guido@python.org>
Thu, 16 Aug 2001 09:10:42 +0000 (09:10 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 16 Aug 2001 09:10:42 +0000 (09:10 +0000)
Modules/xxsubtype.c

index 5dadc74519abf052575f7f5288af1fccf5ca6066..c20a1c711403f5a112b09bc81dd68f0aa9afb654 100644 (file)
@@ -63,7 +63,7 @@ static struct getsetlist spamlist_getsets[] = {
 static PyTypeObject spamlist_type = {
        PyObject_HEAD_INIT(&PyType_Type)
        0,
-       "spamlist",
+       "xxsubtype.spamlist",
        sizeof(spamlistobject),
        0,
        0,                                      /* tp_dealloc */
@@ -156,7 +156,7 @@ static struct memberlist spamdict_members[] = {
 static PyTypeObject spamdict_type = {
        PyObject_HEAD_INIT(&PyType_Type)
        0,
-       "spamdict",
+       "xxsubtype.spamdict",
        sizeof(spamdictobject),
        0,
        0,                                      /* tp_dealloc */