]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:25:57 +0000 (19:25 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2024 17:25:57 +0000 (17:25 +0000)
commit51bcb67405cceee1f18067fb2ae510dec47191bc
treef837bc83f4f493dd5faab746f0b288252a2d1414
parentf465dfbdbc5d0c5facc60ae2860717e0863bd7eb
[3.13] gh-120343: Do not reset byte_col_offset_diff after multiline tokens (GH-120352) (#120355)

(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