Skip to content

Commit

Permalink
This was a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorious3 committed Feb 10, 2024
1 parent 4aaa123 commit c6dffa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler.pr
Original file line number Diff line number Diff line change
Expand Up @@ -5453,7 +5453,7 @@ def walk_For_generator(node: &parser::Node, state: &State) {
last_node = n
}
let last_loc = make_location(last_node, state)
insert_destructor(locv, loc, state)
//insert_destructor(locv, loc, state)
insert_destructors(node.inner_scope, last_loc, state)
pop_scope(state)

Expand Down

0 comments on commit c6dffa3

Please sign in to comment.