]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105017: Fix including additional NL token when using CRLF (GH-105022) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 May 2023 17:24:30 +0000 (10:24 -0700)
committerGitHub <noreply@github.com>
Sat, 27 May 2023 17:24:30 +0000 (18:24 +0100)
commit2b176bc90269b400226d0219a05e9b4c49604c51
tree7912e26d5c834b7cb217ae2c16c952b83f92dce5
parentedd0cb8e77d7b65f5a9c2c69dc81f9c4514878d5
[3.12] gh-105017: Fix including additional NL token when using CRLF (GH-105022) (#105023)

Co-authored-by: Marta Gómez Macías <mgmacias@google.com>
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