From: Guido van Rossum Date: Thu, 16 Aug 2001 09:10:42 +0000 (+0000) Subject: Change the type names to xxsublist.. X-Git-Tag: v2.2a3~513 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83f56cb2dbb0e5df04ae2a6d2847991449cfde6b;p=thirdparty%2FPython%2Fcpython.git Change the type names to xxsublist.. --- diff --git a/Modules/xxsubtype.c b/Modules/xxsubtype.c index 5dadc74519ab..c20a1c711403 100644 --- a/Modules/xxsubtype.c +++ b/Modules/xxsubtype.c @@ -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 */