8000 Call it preprocessing · python/cpython@e44b087 · GitHub
[go: up one dir, main page]

Skip to content

Commit e44b087

Browse files
committed
Call it preprocessing
1 parent 5f78cc7 commit e44b087

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Python/compile.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8639,7 +8639,8 @@ assemble(struct compiler *c, int addNone)
86398639
}
86408640
nlocalsplus -= numdropped;
86418641

8642-
/** Map labels to targets and mark exception handlers **/
8642+
/** Preprocessing **/
8643+
/* Map labels to targets and mark exception handlers */
86438644
if (translate_jump_labels_to_targets(g->g_entryblock)) {
86448645
goto error;
86458646
}

0 commit comments

Comments
 (0)
0