mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Use unicode for reference (is there any way to build this module)
This commit is contained in:
parent
aac530cdec
commit
808c7d86ea
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue