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 05ed695 commit b8ffb60Copy full SHA for b8ffb60
1 file changed
Python/symtable.c
@@ -66,6 +66,7 @@ ste_new(struct symtable *st, identifier name, _Py_block_ty block,
66
ste->ste_varkeywords = 0;
67
ste->ste_opt_lineno = 0;
68
ste->ste_opt_col_offset = 0;
69
+ ste->ste_tmpname = 0;
70
ste->ste_lineno = lineno;
71
ste->ste_col_offset = col_offset;
72
0 commit comments