Kaydet (Commit) 808c7d86 authored tarafından Neal Norwitz's avatar Neal Norwitz

Use unicode for reference (is there any way to build this module)

üst aac530cd
...@@ -246,7 +246,7 @@ static PyTypeObject Str_Type = { ...@@ -246,7 +246,7 @@ static PyTypeObject Str_Type = {
0, /*tp_methods*/ 0, /*tp_methods*/
0, /*tp_members*/ 0, /*tp_members*/
0, /*tp_getset*/ 0, /*tp_getset*/
&PyString_Type, /*tp_base*/ &PyUnicode_Type, /*tp_base*/
0, /*tp_dict*/ 0, /*tp_dict*/
0, /*tp_descr_get*/ 0, /*tp_descr_get*/
0, /*tp_descr_set*/ 0, /*tp_descr_set*/
......
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