mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
fix bogus DECREF in finally clause
This commit is contained in:
parent
b158909b45
commit
0db1ef96ac
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue