]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105017: Fix including additional NL token when using CRLF (#105022)
authorMarta Gómez Macías <mgmacias@google.com>
Sat, 27 May 2023 16:50:43 +0000 (17:50 +0100)
committerGitHub <noreply@github.com>
Sat, 27 May 2023 16:50:43 +0000 (16:50 +0000)
commit86d8f489359b8f6cc15006bdcbd70521ce621fbb
tree3e839dd6d5e8811fd15f670e35a2db65521c86df
parent6e62eb2e70a9f2a8099735989a58e8c8cfb4a2f2
gh-105017: Fix including additional NL token when using CRLF (#105022)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/test/test_tokenize.py
Misc/NEWS.d/next/Core and Builtins/2023-05-27-16-23-16.gh-issue-105017.KQrsC0.rst [new file with mode: 0644]
Parser/tokenizer.c