We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c094b commit 267f995Copy full SHA for 267f995
Python/structmember.c
@@ -80,7 +80,7 @@ PyMember_GetOne(const char *obj_addr, PyMemberDef *l)
80
v = PyUnicode_FromString((char*)addr);
81
break;
82
case Py_T_CHAR: {
83
- char value;
+ char value = 0;
84
v = PyUnicode_FromStringAndSize(&value, 1);
85
86
}
0 commit comments