]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-104825: Remove implicit newline in the line attribute in tokens emitted...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 24 May 2023 10:40:51 +0000 (11:40 +0100)
committerGitHub <noreply@github.com>
Wed, 24 May 2023 10:40:51 +0000 (10:40 +0000)
commit3d2ed8991f9f0f4bbefe4c6f5c8bbbb92259bac6
tree1e8a1de7639ecf27bc8c0ccf83a502d4d86d932d
parent2d685eca8a6ef25963609246d18097032358881c
[3.12] gh-104825: Remove implicit newline in the line attribute in tokens emitted in the tokenize module (GH-104846). (#104850)

(cherry picked from commit c8cf9b42eb2bfbd4c3e708ec28d32430248a1d7a)
Lib/test/test_tabnanny.py
Lib/test/test_tokenize.py
Misc/NEWS.d/next/Core and Builtins/2023-05-24-09-59-56.gh-issue-104825.mQesie.rst [new file with mode: 0644]
Python/Python-tokenize.c