Skip to content

Commit 9f65916

Browse files
committed
nit
1 parent 85a98b5 commit 9f65916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/optimizer_bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ dummy_func(void) {
535535
}
536536
}
537537

538-
op(_POP_TOP_INT, (value -- )) {
538+
op(_POP_TOP_INT, (value --)) {
539539
if (PyJitRef_IsBorrowed(value)) {
540540
REPLACE_OP(this_instr, _POP_TOP_NOP, 0, 0);
541541
}

0 commit comments

Comments
 (0)