]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105564: Don't include artificial newlines in the line attribute of tokens (#105565)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Fri, 9 Jun 2023 16:01:26 +0000 (17:01 +0100)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2023 16:01:26 +0000 (17:01 +0100)
commitd7f46bcd989580340675bf0a9fdbfa1505a37e81
treecb1b8cce1ae866cf8c6c053802c3f47542539fde
parent1dd267af642ed6df05a1c106e9dafb8252d826e6
gh-105564: Don't include artificial newlines in the line attribute of tokens (#105565)
Lib/test/test_peg_generator/test_pegen.py
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