mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +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
|
@ -4027,7 +4027,7 @@ dummy_func(
|
|||
|
||||
op(_EXIT_TRACE, (--)) {
|
||||
TIER_TWO_ONLY
|
||||
GOTO_TIER_ONE();
|
||||
DEOPT_IF(1);
|
||||
}
|
||||
|
||||
op(_INSERT, (unused[oparg], top -- top, unused[oparg])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue