]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-112943: Correctly compute end offsets for multiline tokens in the tokenize...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 11 Dec 2023 12:48:19 +0000 (12:48 +0000)
committerGitHub <noreply@github.com>
Mon, 11 Dec 2023 12:48:19 +0000 (12:48 +0000)
commite4d2fb242a5049ae1a2b80fd56ec2c877a19c12f
tree09549112add489328743686c0c53a01da83d5b65
parentf3933d4b98266249841d7ae37a84b2f181b9609d
[3.12] gh-112943: Correctly compute end offsets for multiline tokens in the tokenize module (GH-112949) (#112957)

(cherry picked from commit a135a6d2c6d503b186695f01efa7eed65611b04e)
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