Commit bc108f33 authored by Walter Dörwald's avatar Walter Dörwald

Fix type name (str has been renamed to str8).

parent 6c65ec44
......@@ -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 */
......
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