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

@ -392,8 +392,6 @@ stack_pointer = _PyFrame_GetStackPointer(frame);
#define GOTO_TIER_TWO() goto enter_tier_two;
#define GOTO_TIER_ONE() goto exit_trace;
#define CURRENT_OPARG() (next_uop[-1].oparg)
#define CURRENT_OPERAND() (next_uop[-1].operand)