0, /*tp_methods*/
0, /*tp_members*/
0, /*tp_getset*/
- &PyUnicode_Type, /*tp_base*/
+ 0, /*tp_base*/
0, /*tp_dict*/
0, /*tp_descr_get*/
0, /*tp_descr_set*/
0, /*tp_methods*/
0, /*tp_members*/
0, /*tp_getset*/
- &PyBaseObject_Type, /*tp_base*/
+ 0, /*tp_base*/
0, /*tp_dict*/
0, /*tp_descr_get*/
0, /*tp_descr_set*/
{
PyObject *m;
+ Null_Type.tp_base = &PyBaseObject_Type;
+ Str_Type.tp_base = &PyUnicode_Type;
+
/* Finalize the type object including setting type of the new type
* object; doing it here is required for portability to Windows
* without requiring C++. */