-
-
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
gh-111609: Test end_offset
in SyntaxError subclass
#127830
Conversation
Peter, this test is already on 3.12, so doesn't need to be backported. |
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.
Thank you.
Thanks @nineteendo for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…127830) Test `end_offset` in SyntaxError subclass (cherry picked from commit e8f4e27) Co-authored-by: Nice Zombies <[email protected]>
…7830) Test `end_offset` in SyntaxError subclass
Thanks @nineteendo for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…127830) Test `end_offset` in SyntaxError subclass (cherry picked from commit e8f4e27) Co-authored-by: Nice Zombies <[email protected]>
GH-130407 is a backport of this pull request to the 3.13 branch. |
… (#130407) Co-authored-by: Nice Zombies <[email protected]>
This was fixed as a side effect of #110702, but wasn't tested.
Output:
end_offset
is ignored in subclasses of SyntaxError (3.12-only) #111609