mirror of
https://github.com/python/cpython.git
synced 2025-08-24 02:35:59 +00:00
GH-118095: Allow a variant of RESUME_CHECK in tier 2 (GH-118286)
This commit is contained in:
parent
aa8f6d2708
commit
ab6eda0ee5
6 changed files with 189 additions and 103 deletions
8
Python/optimizer_cases.c.h
generated
8
Python/optimizer_cases.c.h
generated
|
@ -2145,3 +2145,11 @@
|
|||
break;
|
||||
}
|
||||
|
||||
case _TIER2_RESUME_CHECK: {
|
||||
break;
|
||||
}
|
||||
|
||||
case _EVAL_BREAKER_EXIT: {
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue