mirror of
https://github.com/python/cpython.git
synced 2025-08-25 11:15:02 +00:00
GH-117442: Check eval-breaker at start (rather than end) of tier 2 loops (GH-118482)
This commit is contained in:
parent
f8e088df2a
commit
67bba9dd0f
10 changed files with 137 additions and 174 deletions
4
Python/optimizer_cases.c.h
generated
4
Python/optimizer_cases.c.h
generated
|
@ -2153,7 +2153,3 @@
|
|||
break;
|
||||
}
|
||||
|
||||
case _EVAL_BREAKER_EXIT: {
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue