{{ message }}
Commit 0c77e7c
authored
Fix a reference leak in `raise E from T` when `T` is an exception
subtype for which `T.__new__` does not return an exception instance.
1 parent 5ba0a1a commit 0c77e7c
3 files changed
Lines changed: 10 additions & 11 deletions
File tree
- Lib/test
- Misc/NEWS.d/next/Core_and_Builtins
- Python
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |

0 commit comments