Skip to content

Commit

Permalink
Call it preprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel committed Oct 4, 2022
1 parent 5f78cc7 commit e44b087
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Python/compile.c
Original file line number Diff line number Diff line change
Expand Up @@ -8639,7 +8639,8 @@ assemble(struct compiler *c, int addNone)
}
nlocalsplus -= numdropped;

/** Map labels to targets and mark exception handlers **/
/** Preprocessing **/
/* Map labels to targets and mark exception handlers */
if (translate_jump_labels_to_targets(g->g_entryblock)) {
goto error;
}
Expand Down

0 comments on commit e44b087

Please sign in to comment.