mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
GH-112354: Treat _EXIT_TRACE like an unconditional side exit (GH-113104)
This commit is contained in:
parent
d9e1b5794a
commit
6873555955
5 changed files with 5 additions and 22 deletions
2
Python/executor_cases.c.h
generated
2
Python/executor_cases.c.h
generated
|
@ -3516,7 +3516,7 @@
|
|||
|
||||
case _EXIT_TRACE: {
|
||||
TIER_TWO_ONLY
|
||||
GOTO_TIER_ONE();
|
||||
if (1) goto deoptimize;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue