diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2020-04-30 12:18:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-30 12:18:05 -0700 |
commit | 2514a632fb7d37be24c2059d0e286d35600f9795 (patch) | |
tree | bdf3c5f468206dae232a23b55503cf9cbced5616 /Objects/enumobject.c | |
parent | c001c09e9059ba04bc088349cd87a1374dc0754f (diff) | |
download | cpython-git-2514a632fb7d37be24c2059d0e286d35600f9795.tar.gz |
bpo-29587: Enable implicit exception chaining with gen.throw() (GH-19811)
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.
Diffstat (limited to 'Objects/enumobject.c')
0 files changed, 0 insertions, 0 deletions