Uh oh!
There was an error while loading. Please reload this page.
gh-104825: Remove implicit newline in the line attribute in tokens emitted in the tokenize module - #104846
Conversation
…ens emitted in the tokenize module
pablogsal
commented
May 24, 2023
CC: @mgmacias95 |
Uh oh!
There was an error while loading. Please reload this page.
miss-islington
commented
May 24, 2023
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
miss-islington
commented
May 24, 2023
Sorry, @pablogsal, I could not cleanly backport this to |
… in tokens emitted in the tokenize module (pythonGH-104846). (cherry picked from commit c8cf9b4) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
bedevere-bot
commented
May 24, 2023
GH-104850 is a backport of this pull request to the 3.12 branch. |
miss-islington
commented
May 24, 2023
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
miss-islington
commented
May 24, 2023
Sorry, @pablogsal, I could not cleanly backport this to |
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.