]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112943: Correctly compute end offsets for multiline tokens in the tokenize module...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 11 Dec 2023 11:44:22 +0000 (11:44 +0000)
committerGitHub <noreply@github.com>
Mon, 11 Dec 2023 11:44:22 +0000 (11:44 +0000)
commita135a6d2c6d503b186695f01efa7eed65611b04e
tree29f178c34c1e763f84ecb3b63be7c5024c4f51e2
parent4c5b9c107a1d158b245f21a1839a2bec97d05383
gh-112943: Correctly compute end offsets for multiline tokens in the tokenize module (#112949)
Lib/test/test_tokenize.py
Misc/NEWS.d/next/Core and Builtins/2023-12-11-00-50-00.gh-issue-112943.RHNZie.rst [new file with mode: 0644]
Parser/pegen.c
Parser/pegen.h
Python/Python-tokenize.c