]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105564: Don't include artificial newlines in the line attribute of tokens...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 9 Jun 2023 16:58:14 +0000 (09:58 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2023 16:58:14 +0000 (16:58 +0000)
commit16b1cdc87c08c01294b66257a26574725b005c50
tree07f78346e497a5e8691556904c8cf3bddb574f63
parent97d846dc2b6a790298cbfbb5669d180281cfda89
[3.12] gh-105564: Don't include artificial newlines in the line attribute of tokens (GH-105565) (#105579)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/test/test_tokenize.py
Misc/NEWS.d/next/Core and Builtins/2023-06-09-15-25-12.gh-issue-105564.sFdUu4.rst [new file with mode: 0644]
Python/Python-tokenize.c