]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-120343: Fix column offsets of multiline tokens in tokenize (GH-120391)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 12 Jun 2024 19:10:35 +0000 (21:10 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Jun 2024 19:10:35 +0000 (19:10 +0000)
commitf75abf8bcf1664e72ac7f031bde4cbd1349fce42
tree5ff81ab77fdcad0f29b30ca5bc2c075031345e77
parent319233f137a4ced96ef7def6f3e1645c4b28bb88
[3.12] gh-120343: Fix column offsets of multiline tokens in tokenize (GH-120391) (#120428)

(cherry picked from commit 4b5d3e0e721a952f4ac9d17bee331e6dfe543dcd)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Lib/test/test_tokenize.py
Python/Python-tokenize.c