summaryrefslogtreecommitdiff
path: root/Python/ceval.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/ceval.c')
-rw-r--r--Python/ceval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/ceval.c b/Python/ceval.c
index 5d0a8e4e33..a0431aa12f 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -1027,6 +1027,7 @@ eval_code2(co, globals, locals,
u = POP();
err_restore(v, w, u);
why = WHY_RERAISE;
+ break;
}
else if (v != None) {
err_setstr(SystemError,