]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145234: Normalize decoded CR in string tokenizer (#145281)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Fri, 27 Feb 2026 12:44:54 +0000 (12:44 +0000)
committerGitHub <noreply@github.com>
Fri, 27 Feb 2026 12:44:54 +0000 (12:44 +0000)
commit98b1e519273dd28ce73cc21a636e2f3a937e1f8c
tree6df053ab5dec5250168e6bccb5c8ce1440242235
parent171e0facc4131f74baec38f58fb0971c52ac2c8a
gh-145234: Normalize decoded CR in string tokenizer (#145281)
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