]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120343: Do not reset byte_col_offset_diff after multiline tokens (#120352)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Tue, 11 Jun 2024 17:00:53 +0000 (19:00 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2024 17:00:53 +0000 (17:00 +0000)
commit1b62bcee941e54244b3ce6476aef8913604987c9
tree456a44baed2bc5e2eb0bbcb724e64aea9908dff5
parent32a0faba439b239d7b0c242c1e3cd2025c52b8cf
gh-120343: Do not reset byte_col_offset_diff after multiline tokens (#120352)

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