GH-112354: Treat _EXIT_TRACE like an unconditional side exit (GH-113104)

This commit is contained in:
Mark Shannon 2023-12-14 14:26:44 +00:00 committed by GitHub
parent d9e1b5794a
commit 6873555955
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 22 deletions

View file

@ -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])) {