-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
bpo-18374: fix tests to check the correct thing about line numbers #14659
bpo-18374: fix tests to check the correct thing about line numbers #14659
Conversation
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.
Thanks!
Thanks @cfbolz for the PR, and @ilevkivskyi for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
…ythonGH-14659) (cherry picked from commit 430a9f4) Co-authored-by: Carl Friedrich Bolz-Tereick <cfbolz@gmx.de>
GH-14672 is a backport of this pull request to the 3.8 branch. |
I don't think it is worth spending some manual work on the backport. Fixing it in 3.8 is already good enough. |
@ilevkivskyi here's the promised fix.
Should I also try to do the backport to 3.7? (the automated merging fails because the
end_lineno
andend_col_offset
didn't exist in 3.7).https://bugs.python.org/issue18374