Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Prev Previous commit
Next Next commit
fix comment
  • Loading branch information
iritkatriel committed Oct 3, 2022
commit 5f78cc76cc12368fc959bb256c1aaa8602353d29
2 changes: 1 addition & 1 deletion Python/compile.c
Original file line number Diff line number Diff line change
Expand Up @@ -8662,7 +8662,7 @@ assemble(struct compiler *c, int addNone)
goto error;
}

/** line numbers (TODO: move this to desugaring stage) */
/** line numbers (TODO: move this before optimization stage) */
if (duplicate_exits_without_lineno(g) < 0) {
goto error;
}
Expand Down