From 808c7d86ea07a91c416f0844f4fc95a0c996001c Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Fri, 24 Aug 2007 22:49:25 +0000 Subject: [PATCH] Use unicode for reference (is there any way to build this module) --- Modules/xxmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/xxmodule.c b/Modules/xxmodule.c index 0923f81bcb7..7509e2062cc 100644 --- a/Modules/xxmodule.c +++ b/Modules/xxmodule.c @@ -246,7 +246,7 @@ static PyTypeObject Str_Type = { 0, /*tp_methods*/ 0, /*tp_members*/ 0, /*tp_getset*/ - &PyString_Type, /*tp_base*/ + &PyUnicode_Type, /*tp_base*/ 0, /*tp_dict*/ 0, /*tp_descr_get*/ 0, /*tp_descr_set*/