-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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. |
…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. |
GH-130407 is a backport of this pull request to the 3.13 branch. |
… (#130407) Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
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