SIGN IN SIGN UP

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.
C
Chris Jerdonek committed
2514a632fb7d37be24c2059d0e286d35600f9795
Parent: c001c09
Committed by GitHub <noreply@github.com> on 4/30/2020, 7:18:05 PM