]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:22:44 +0000 (21:22 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Jun 2024 19:22:44 +0000 (19:22 +0000)
commit7c6b3429b631d80de0348e5ddc2a3a8125e5c00d
tree7f0f4d961f06d144addd6f45721cad82a95f54df
parent0041087aa12044223103c7b8a3ca07d896652ab9
[3.13] gh-120343: Fix column offsets of multiline tokens in tokenize (GH-120391) (#120427)

(cherry picked from commit 4b5d3e0e721a952f4ac9d17bee331e6dfe543dcd)

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