Thanks to visit codestin.com Credit goes to github.com
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 43aeefa commit 3398646Copy full SHA for 3398646
1 file changed
Python/ast_opt.c
@@ -19,6 +19,7 @@ make_const(expr_ty node, PyObject *val, PyArena *arena)
19
return 0;
20
}
21
node->kind = Constant_kind;
22
+ node->v.Constant.kind = NULL;
23
node->v.Constant.value = val;
24
return 1;
25
0 commit comments