Skip to content

Commit a0a7af7

Browse files
committed
Modernize JUMP_FORWARD (mark it as done)
1 parent a737366 commit a0a7af7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2093,8 +2093,7 @@ dummy_func(
20932093
ERROR_IF(res == NULL, error);
20942094
}
20952095

2096-
// stack effect: ( -- )
2097-
inst(JUMP_FORWARD) {
2096+
inst(JUMP_FORWARD, (--)) {
20982097
JUMPBY(oparg);
20992098
}
21002099

0 commit comments

Comments
 (0)