Change the type names to xxsublist.<name>.
diff --git a/Modules/xxsubtype.c b/Modules/xxsubtype.c
index 5dadc74..c20a1c7 100644
--- a/Modules/xxsubtype.c
+++ b/Modules/xxsubtype.c
@@ -63,7 +63,7 @@
static PyTypeObject spamlist_type = {
PyObject_HEAD_INIT(&PyType_Type)
0,
- "spamlist",
+ "xxsubtype.spamlist",
sizeof(spamlistobject),
0,
0, /* tp_dealloc */
@@ -156,7 +156,7 @@
static PyTypeObject spamdict_type = {
PyObject_HEAD_INIT(&PyType_Type)
0,
- "spamdict",
+ "xxsubtype.spamdict",
sizeof(spamdictobject),
0,
0, /* tp_dealloc */