SIGN IN SIGN UP

bpo-29590: fix stack trace for gen.throw() with yield from (#19896)

* Add failing test.

* bpo-29590: fix stack trace for gen.throw() with yield from (GH-NNNN)

When gen.throw() is called on a generator after a "yield from", the
intermediate stack trace entries are lost.  This commit fixes that.
C
Chris Jerdonek committed
8b33961e4bc4020d8b2d5b949ad9d5c669300e89
Parent: 96a6a6d
Committed by GitHub <noreply@github.com> on 7/9/2020, 1:27:23 PM