Skip to content

Commit 2f2ddab

Browse files
authored
gh-113102: Fix typo in INSTRUMENTED_RESUME (GH-114349)
1 parent d1b031c commit 2f2ddab

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
@@ -192,7 +192,7 @@ dummy_func(
192192
ERROR_IF(err, error);
193193
if (frame->instr_ptr != this_instr) {
194194
/* Instrumentation has jumped */
195-
next_instr = this_instr;
195+
next_instr = frame->instr_ptr;
196196
DISPATCH();
197197
}
198198
}

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)