summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Python/ceval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/ceval.c b/Python/ceval.c
index 5d0a8e4..a0431aa 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,