Skip to content

Commit e5e9592

Browse files
committed
C was a mistake
1 parent 214b254 commit e5e9592

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Python/symtable.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ ste_new(struct symtable *st, identifier name, _Py_block_ty block,
141141
ste->ste_needs_classdict = 0;
142142
ste->ste_has_conditional_annotations = 0;
143143
ste->ste_in_conditional_block = 0;
144+
ste->ste_in_try_block = 0;
145+
ste->ste_in_with_block = 0;
144146
ste->ste_in_unevaluated_annotation = 0;
145147
ste->ste_annotation_block = NULL;
146148

0 commit comments

Comments
 (0)