]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120343: Fix column offsets of multiline tokens in tokenize (#120391)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Wed, 12 Jun 2024 18:52:55 +0000 (20:52 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Jun 2024 18:52:55 +0000 (20:52 +0200)
commit4b5d3e0e721a952f4ac9d17bee331e6dfe543dcd
tree1ca91967559efe099b4e0666c8d3c70f27e34902
parent127c1d2771749853e287632c086b6054212bf12a
gh-120343: Fix column offsets of multiline tokens in tokenize (#120391)
Lib/test/test_tokenize.py
Python/Python-tokenize.c