-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-94215: Fix error handling for line-tracing events #94681
Conversation
🤖 New build scheduled with the buildbot fleet by @brandtbucher for commit d616b11 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Build bots are happy, too.
Thanks for tracking down the root cause of the bug.
Worker |
Thanks @brandtbucher for the PR, and @tiran for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry @brandtbucher and @tiran, I had trouble checking out the |
…thonGH-94681) * Re-enable crasher * Fix error handling for line-tracing events * blurb add (cherry picked from commit 23ee4a8) Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
GH-94688 is a backport of this pull request to the 3.11 branch. |
Supersedes #94659. This properly restores frame state following an exception raised by a line-tracing event. It also adds some comments to clarify the (somewhat subtle) nearby code.