Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
gh-104825: Remove implicit newline in the line attribute in tokens emitted in the tokenize module#104846
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…ens emitted in the tokenize module
CC:@mgmacias95 |
Uh oh!
There was an error while loading.Please reload this page.
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!
Thanks@pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry,@pablogsal, I could not cleanly backport this to |
… in tokens emitted in the tokenize module (pythonGH-104846).(cherry picked from commitc8cf9b4)Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
bedevere-bot commentedMay 24, 2023
GH-104850 is a backport of this pull request to the3.12 branch. |
Thanks@pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry,@pablogsal, I could not cleanly backport this to |
terryjreedy commentedMay 24, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I backported the test to 3.11 so I thought it would need this fix, but now I realize that 3.11 still has the old tokenizer, for which the patch is correct as it (tested). Sorry for the noise. But see#104850 (comment) |
Uh oh!
There was an error while loading.Please reload this page.