Kaydet (Commit) 0db1ef96 authored tarafından Guido van Rossum's avatar Guido van Rossum

fix bogus DECREF in finally clause

üst b158909b
...@@ -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