Skip to content

Commit 436ad9b

Browse files
committed
Revert counter to unused
1 parent 062c7c1 commit 436ad9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2312,7 +2312,7 @@ dummy_func(
23122312
JUMPBY(oparg);
23132313
}
23142314

2315-
inst(JUMP_BACKWARD, (counter/1 --)) {
2315+
inst(JUMP_BACKWARD, (unused/1 --)) {
23162316
CHECK_EVAL_BREAKER();
23172317
assert(oparg <= INSTR_OFFSET());
23182318
JUMPBY(-oparg);

Python/generated_cases.c.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)