]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-120343: Do not reset byte_col_offset_diff after multiline tokens (GH-120352...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Jun 2024 17:22:16 +0000 (19:22 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2024 17:22:16 +0000 (17:22 +0000)
commit0315fdc24df9be03ae6ba40bac25b512e1e8da0a
treecbf9c80c4ea52c79651ac62b7d773a75e34ca6c6
parent92e1c136b58f7d1c6c7dcda676690afc22c349ec
[3.12] gh-120343: Do not reset byte_col_offset_diff after multiline tokens (GH-120352) (#120356)

(cherry picked from commit 1b62bcee941e54244b3ce6476aef8913604987c9)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Lib/test/test_tokenize.py
Misc/NEWS.d/next/Library/2024-06-11-16-34-41.gh-issue-120343.hdiXeU.rst [new file with mode: 0644]
Python/Python-tokenize.c