mirror of
https://github.com/python/cpython.git
synced 2024-11-25 19:03:49 +08:00
Fix type name (str has been renamed to str8).
This commit is contained in:
parent
8d30cc0144
commit
5d7a7001d9
@ -3944,7 +3944,7 @@ static PyObject *str_iter(PyObject *seq);
|
||||
PyTypeObject PyString_Type = {
|
||||
PyObject_HEAD_INIT(&PyType_Type)
|
||||
0,
|
||||
"str",
|
||||
"str8",
|
||||
sizeof(PyStringObject),
|
||||
sizeof(char),
|
||||
string_dealloc, /* tp_dealloc */
|
||||
|
Loading…
Reference in New Issue
Block a user