fix bogus DECREF in finally clause
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 @@
 				u = POP();
 				err_restore(v, w, u);
 				why = WHY_RERAISE;
+				break;
 			}
 			else if (v != None) {
 				err_setstr(SystemError,