Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[3.9] bpo-29590: fix stack trace for gen.throw() with yield from (GH-19896)#21416

Closed
miss-islington wants to merge 1 commit intopython:3.9python/cpython:3.9from
miss-islington:backport-8b33961-3.9miss-islington/cpython:backport-8b33961-3.9Copy head branch name to clipboard
Closed

[3.9] bpo-29590: fix stack trace for gen.throw() with yield from (GH-19896)#21416
miss-islington wants to merge 1 commit intopython:3.9python/cpython:3.9from
miss-islington:backport-8b33961-3.9miss-islington/cpython:backport-8b33961-3.9Copy head branch name to clipboard

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 9, 2020

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 8b33961)

Co-authored-by: Chris Jerdonek chris.jerdonek@gmail.com

https://bugs.python.org/issue29590

…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 8b33961)

Co-authored-by: Chris Jerdonek <chris.jerdonek@gmail.com>
@miss-islington
Copy link
Contributor Author

@cjerdonek and @markshannon: Status check is done, and it's a success ✅ .

@Mariatta Mariatta closed this Sep 4, 2020
@miss-islington miss-islington deleted the backport-8b33961-3.9 branch September 4, 2020 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.