Commit 4f0caa18 authored by Guido van Rossum's avatar Guido van Rossum

fix bogus DECREF in finally clause

parent cb810152
...@@ -1027,6 +1027,7 @@ eval_code2(co, globals, locals, ...@@ -1027,6 +1027,7 @@ eval_code2(co, globals, locals,
u = POP(); u = POP();
err_restore(v, w, u); err_restore(v, w, u);
why = WHY_RERAISE; why = WHY_RERAISE;
break;
} }
else if (v != None) { else if (v != None) {
err_setstr(SystemError, err_setstr(SystemError,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment