Skip to content

Commit 41544e7

Browse files
committed
add spacing between ops
1 parent d2e98d7 commit 41544e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Python/optimizer_bytecodes.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,6 +1416,8 @@ dummy_func(void) {
14161416
ADD_OP(_NOP, 0, 0);
14171417
}
14181418
}
1419+
1420+
14191421
op(_GUARD_TOS_SLICE, (tos -- tos)){
14201422
if (sym_matches_type(tos, &PySlice_Type)){
14211423
ADD_OP(_NOP, 0, 0);

0 commit comments

Comments
 (0)