mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix type name (str has been renamed to str8).
This commit is contained in:
parent
8d30cc0144
commit
5d7a7001d9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue