Skip to content

Commit 2a96e82

Browse files
Update Python/optimizer_bytecodes.c
1 parent 92bdb2a commit 2a96e82

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
@@ -91,7 +91,7 @@ dummy_func(void) {
9191
}
9292

9393
op(_LOAD_FAST_BORROW, (-- value)) {
94-
value = PyJitRef_Borrow(GETLOCAL(oparg));
94+
value = PyJitRef_Borrow(GETLOCAL(oparg));
9595
}
9696

9797
op(_LOAD_FAST_AND_CLEAR, (-- value)) {

0 commit comments

Comments
 (0)