Change the type names to xxsublist.<name>.

This commit is contained in:
Guido van Rossum 2001-08-16 09:10:42 +00:00
parent 297abadc6b
commit 83f56cb2db
1 changed files with 2 additions and 2 deletions

View 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 */