Commit 83f56cb2 authored by Guido van Rossum's avatar Guido van Rossum

Change the type names to xxsublist.<name>.

parent 297abadc
...@@ -63,7 +63,7 @@ static struct getsetlist spamlist_getsets[] = { ...@@ -63,7 +63,7 @@ static struct getsetlist spamlist_getsets[] = {
static PyTypeObject spamlist_type = { static PyTypeObject spamlist_type = {
PyObject_HEAD_INIT(&PyType_Type) PyObject_HEAD_INIT(&PyType_Type)
0, 0,
"spamlist", "xxsubtype.spamlist",
sizeof(spamlistobject), sizeof(spamlistobject),
0, 0,
0, /* tp_dealloc */ 0, /* tp_dealloc */
...@@ -156,7 +156,7 @@ static struct memberlist spamdict_members[] = { ...@@ -156,7 +156,7 @@ static struct memberlist spamdict_members[] = {
static PyTypeObject spamdict_type = { static PyTypeObject spamdict_type = {
PyObject_HEAD_INIT(&PyType_Type) PyObject_HEAD_INIT(&PyType_Type)
0, 0,
"spamdict", "xxsubtype.spamdict",
sizeof(spamdictobject), sizeof(spamdictobject),
0, 0,
0, /* tp_dealloc */ 0, /* tp_dealloc */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment