-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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-99103: Normalize specialized traceback anchors against the current line #99145
Conversation
Misc/NEWS.d/next/Core and Builtins/2022-11-06-00-17-58.gh-issue-99103.bFA9BX.rst
Outdated
Show resolved
Hide resolved
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
I left a bunch of small nits. Thanks for fixing this :)
Thank you @pablogsal, they all should be addressed now! |
…against the current line
bfa4c6d
to
f2220f7
Compare
Status check is done, and it's a success ✅. |
Thanks @isidentical for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry, @isidentical, I could not cleanly backport this to |
…t the current line (pythonGH-99145) Automerge-Triggered-By: GH:isidentical. (cherry picked from commit 57be545) Co-authored-by: Batuhan Taskaya <[email protected]>
…current line (#99423) [3.11] gh-99103: Normalize specialized traceback anchors against the current line (GH-99145) Automerge-Triggered-By: GH:isidentical. (cherry picked from commit 57be545) Co-authored-by: Batuhan Taskaya <[email protected]>
Automerge-Triggered-By: GH:isidentical