mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-113102: Fix typo in INSTRUMENTED_RESUME (GH-114349)
This commit is contained in:
parent
d1b031cc58
commit
2f2ddabd1a
2 changed files with 2 additions and 2 deletions
2
Python/generated_cases.c.h
generated
2
Python/generated_cases.c.h
generated
|
@ -3156,7 +3156,7 @@
|
|||
if (err) goto error;
|
||||
if (frame->instr_ptr != this_instr) {
|
||||
/* Instrumentation has jumped */
|
||||
next_instr = this_instr;
|
||||
next_instr = frame->instr_ptr;
|
||||
DISPATCH();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue