]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix bogus DECREF in finally clause
authorGuido van Rossum <guido@python.org>
Fri, 28 Jul 1995 23:06:00 +0000 (23:06 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 28 Jul 1995 23:06:00 +0000 (23:06 +0000)
Python/ceval.c

index 5d0a8e4e33e02ec1dc76773dc062f35adc8a4ed8..a0431aa12fff6ffd17aa0974f5ff05cd2d6a4ed1 100644 (file)
@@ -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,