mirror of
https://github.com/python/cpython.git
synced 2024-11-27 20:04:41 +08:00
Use unicode for reference (is there any way to build this module)
This commit is contained in:
parent
aac530cdec
commit
808c7d86ea
@ -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*/
|
||||
|
Loading…
Reference in New Issue
Block a user