]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-145234: Normalize decoded CR in string tokenizer (GH-145281) (#145310)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 27 Feb 2026 13:11:40 +0000 (14:11 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Feb 2026 13:11:40 +0000 (13:11 +0000)
commitf04aefa418423f2b3c2f2bce65058f8d5c593a92
tree4cd4bd48df4a8d3a890eff5a60266025e3ec8425
parent86c846735b7fd4b31d5456d89f7cb0b3e8eee2d9
[3.14] gh-145234: Normalize decoded CR in string tokenizer (GH-145281) (#145310)

gh-145234: Normalize decoded CR in string tokenizer (GH-145281)
(cherry picked from commit 98b1e519273dd28ce73cc21a636e2f3a937e1f8c)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/test/test_py_compile.py
Misc/NEWS.d/next/Core_and_Builtins/2026-02-26-21-36-00.gh-issue-145234.w0mQ9n.rst [new file with mode: 0644]
Parser/tokenizer/string_tokenizer.c