]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-125553: Fix backslash continuation in `untokenize` (GH-126010) (#129153)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 Jan 2025 21:04:55 +0000 (22:04 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2025 21:04:55 +0000 (21:04 +0000)
commit3048dcd15a357fe54c51d2572dacc49a296d0fc9
tree39989cf764c941b8f412a3390b990ab11b5e79fc
parent0c7045378f593e588576bcc7fb1eabfe15398aeb
[3.13] gh-125553: Fix backslash continuation in `untokenize` (GH-126010) (#129153)

gh-125553: Fix backslash continuation in `untokenize` (GH-126010)
(cherry picked from commit 7ad793e5dbdf07e51a71b70d20f3e6e3ab60244d)

Co-authored-by: Tomas R <tomas.roun8@gmail.com>
Lib/test/test_tokenize.py
Lib/tokenize.py
Misc/NEWS.d/next/Library/2024-10-26-16-59-02.gh-issue-125553.4pDLzt.rst [new file with mode: 0644]