]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104976: Ensure trailing dedent tokens are emitted as the previous tokenizer (...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Fri, 26 May 2023 21:02:26 +0000 (22:02 +0100)
committerGitHub <noreply@github.com>
Fri, 26 May 2023 21:02:26 +0000 (22:02 +0100)
commit46b52e6e2bda51d0b89a64ee36ce2d305a7409f3
tree29e431021c874093e6964b4d0ed8f6ba4d096ee6
parent402ee5a68b306b489b782478ab96e8e3b913587a
gh-104976: Ensure trailing dedent tokens are emitted as the previous tokenizer (#104980)

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
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