]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105259: Ensure we don't show newline characters for trailing NEWLINE tokens (...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 6 Jun 2023 11:52:16 +0000 (13:52 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Jun 2023 11:52:16 +0000 (12:52 +0100)
commitc0a6ed39343b6dc355607fbff108c515e6c103bf
tree39b12fa4a80178944cba90020076b336f4c9f1f4
parent0202aa002e06acef9aa55ace0d939103df19cadd
gh-105259: Ensure we don't show newline characters for trailing NEWLINE tokens (#105364)
Lib/test/test_tokenize.py
Misc/NEWS.d/next/Core and Builtins/2023-06-06-11-37-53.gh-issue-105259.E2BGKL.rst [new file with mode: 0644]
Parser/tokenizer.c
Parser/tokenizer.h
Python/Python-tokenize.c