]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105259: Ensure we don't show newline characters for trailing NEWLINE tokens...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 6 Jun 2023 12:47:45 +0000 (05:47 -0700)
committerGitHub <noreply@github.com>
Tue, 6 Jun 2023 12:47:45 +0000 (14:47 +0200)
commit67b288f8be4989176ffab04c72794e5faf5797a5
tree3b448dc8c05f72afce7b4b407d9568f5568b0fba
parent6f3a4fd4f23f8013cca5abdf03bcc7dd4adf8637
[3.12] gh-105259: Ensure we don't show newline characters for trailing NEWLINE tokens (GH-105364) (#105367)
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