aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/executor.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/executor.c')
-rw-r--r--Python/executor.c1
1 files changed, 0 insertions, 1 deletions
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.