-
-
Notifications
You must be signed in to change notification settings - Fork 34k
gh-102310: Change error range for invalid bytes literals #103663
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
Conversation
|
Should we add a test for this case? (and put in |
|
This is a |
You can add a test case in test_syntax or test_grammar |
|
Done! 😊 |
|
Thanks @sobolevn for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
…nGH-103663) (cherry picked from commit 0fd3891) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
|
GH-103703 is a backport of this pull request to the 3.11 branch. |
Before:
After:
Please, let me know if this needs a unit test.