mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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();
|
||||
err_restore(v, w, u);
|
||||
why = WHY_RERAISE;
|
||||
break;
|
||||
}
|
||||
else if (v != None) {
|
||||
err_setstr(SystemError,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue