Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d7a700

Browse files
committed
Fix type name (str has been renamed to str8).
1 parent 8d30cc0 commit 5d7a700

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/stringobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3944,7 +3944,7 @@ static PyObject *str_iter(PyObject *seq);
39443944
PyTypeObject PyString_Type = {
39453945
PyObject_HEAD_INIT(&PyType_Type)
39463946
0,
3947-
"str",
3947+
"str8",
39483948
sizeof(PyStringObject),
39493949
sizeof(char),
39503950
string_dealloc, /* tp_dealloc */

0 commit comments

Comments
 (0)