Skip to content
Snippets Groups Projects
Unverified Commit e92219d8 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

bpo-29590: fix stack trace for gen.throw() with yield from (GH-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.
(cherry picked from commit 8b33961e)

Co-authored-by: default avatarChris Jerdonek <chris.jerdonek@gmail.com>
parent 106c1df7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment