Skip to content

Commit 8fe5b12

Browse files
committed
resize spacing between ops again
1 parent 41544e7 commit 8fe5b12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Python/optimizer_bytecodes.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1417,15 +1417,13 @@ dummy_func(void) {
14171417
}
14181418
}
14191419

1420-
14211420
op(_GUARD_TOS_SLICE, (tos -- tos)){
14221421
if (sym_matches_type(tos, &PySlice_Type)){
14231422
ADD_OP(_NOP, 0, 0);
14241423
}
14251424
sym_set_type(tos, &PySlice_Type);
14261425
}
14271426

1428-
14291427
op(_GUARD_NOS_NULL, (null, unused -- null, unused)) {
14301428
if (sym_is_null(null)) {
14311429
ADD_OP(_NOP, 0, 0);

0 commit comments

Comments
 (0)