]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-104972: Ensure that line attributes in tokens in the tokenize module are...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 26 May 2023 15:25:46 +0000 (08:25 -0700)
committerGitHub <noreply@github.com>
Fri, 26 May 2023 15:25:46 +0000 (11:25 -0400)
commit8ca29573a89f78f87380210d02f48410763f507d
tree7ed4c5022d0a6fffe34dd51912f73e7708bd28f7
parent01af2b0e516608c831f4c6837087479f45368d21
[3.12] gh-104972: Ensure that line attributes in tokens in the tokenize module are correct (GH-104975) (#104982)

gh-104972: Ensure that line attributes in tokens in the tokenize module are correct (GH-104975)
(cherry picked from commit 3fdb55c48291a459fb1e33edb5140ec0383222df)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/idlelib/idle_test/test_editor.py
Lib/test/test_tokenize.py
Misc/NEWS.d/next/Core and Builtins/2023-05-26-14-09-47.gh-issue-104972.El2UjE.rst [new file with mode: 0644]
Python/Python-tokenize.c