From 5a3672cb39544de72963cccde9799313bab14d07 Mon Sep 17 00:00:00 2001 From: Mark Shannon Date: Mon, 4 Sep 2023 11:36:57 +0100 Subject: GH-108614: Remove `TIER_ONE` and `TIER_TWO` from `_PUSH_FRAME` (GH-108725) --- Python/executor.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Python/executor.c') diff --git a/Python/executor.c b/Python/executor.c index 9b3262ed416..ac9104223da 100644 --- a/Python/executor.c +++ b/Python/executor.c @@ -109,7 +109,6 @@ pop_3_error: pop_2_error: STACK_SHRINK(1); pop_1_error: -pop_1_exit_unwind: STACK_SHRINK(1); error: // On ERROR_IF we return NULL as the frame. -- cgit v1.2.3