diff options
author | Lysandros Nikolaou <lisandrosnik@gmail.com> | 2024-06-11 17:00:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-11 17:00:53 (GMT) |
commit | 1b62bcee941e54244b3ce6476aef8913604987c9 (patch) | |
tree | 456a44baed2bc5e2eb0bbcb724e64aea9908dff5 /Misc | |
parent | 32a0faba439b239d7b0c242c1e3cd2025c52b8cf (diff) | |
download | cpython-1b62bcee941e54244b3ce6476aef8913604987c9.zip cpython-1b62bcee941e54244b3ce6476aef8913604987c9.tar.gz cpython-1b62bcee941e54244b3ce6476aef8913604987c9.tar.bz2 |
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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-06-11-16-34-41.gh-issue-120343.hdiXeU.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-06-11-16-34-41.gh-issue-120343.hdiXeU.rst b/Misc/NEWS.d/next/Library/2024-06-11-16-34-41.gh-issue-120343.hdiXeU.rst new file mode 100644 index 0000000..76714b0 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-06-11-16-34-41.gh-issue-120343.hdiXeU.rst @@ -0,0 +1 @@ +Fix column offset reporting for tokens that come after multiline f-strings in the :mod:`tokenize` module. |