{{ message }}
Commit 2514a63
authored
Before this commit, if an exception was active inside a generator
when calling gen.throw(), then that exception was lost (i.e. there
was no implicit exception chaining). This commit fixes that.
1 parent c001c09 commit 2514a63
3 files changed
Lines changed: 24 additions & 0 deletions
File tree
- Lib/test
- Misc/NEWS.d/next/Core and Builtins
- Objects
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |

0 commit comments