]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104972: Ensure that line attributes in tokens in the tokenize module are correct...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Fri, 26 May 2023 14:46:22 +0000 (15:46 +0100)
committerGitHub <noreply@github.com>
Fri, 26 May 2023 14:46:22 +0000 (15:46 +0100)
commit3fdb55c48291a459fb1e33edb5140ec0383222df
tree4c55319f16464b4fde991419d6f51583c4e8628f
parent2cb445635e99d4401949cabebd373288cfdd0138
gh-104972: Ensure that line attributes in tokens in the tokenize module are correct (#104975)
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