mirror of
https://github.com/python/cpython.git
synced 2025-08-24 18:55:00 +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
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue