gh-111354: define names for RESUME oparg values (#111365)
This commit is contained in:
2
Python/generated_cases.c.h
generated
2
Python/generated_cases.c.h
generated
@@ -23,7 +23,7 @@
|
||||
next_instr--;
|
||||
}
|
||||
else {
|
||||
if (oparg < 2) {
|
||||
if (oparg < RESUME_AFTER_YIELD_FROM) {
|
||||
CHECK_EVAL_BREAKER();
|
||||
}
|
||||
next_instr[-1].op.code = RESUME_CHECK;
|
||||
|
||||
Reference in New Issue
Block a user