]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-104976: Ensure trailing dedent tokens are emitted as the previous tokenizer...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 26 May 2023 22:14:45 +0000 (15:14 -0700)
committerGitHub <noreply@github.com>
Fri, 26 May 2023 22:14:45 +0000 (23:14 +0100)
commit2c02c6886739f0ed420d900b2a29933bc1c5df37
tree47e9a870570009cdaafb46d23bc5977d3e6a682a
parent05189f3054e3a831967a1bb53d14d97c97e31598
[3.12] gh-104976: Ensure trailing dedent tokens are emitted as the previous tokenizer (GH-104980) (#105000)
Lib/test/test_tokenize.py
Lib/tokenize.py
Misc/NEWS.d/next/Core and Builtins/2023-05-26-15-16-11.gh-issue-104976.6dLitD.rst [new file with mode: 0644]
Python/Python-tokenize.c