]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-125553: Fix backslash continuation in `untokenize` (GH-126010) (#130579)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Thu, 27 Feb 2025 21:57:13 +0000 (23:57 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Feb 2025 21:57:13 +0000 (21:57 +0000)
commitb8f2ff08f1a2cf5bd08c84e998527551197e9a6d
treef5f25ec7745c9c18fd7c8da913a83fd3325665cd
parent245ca2607c8564d9bf3edf566f3f6acddf6ed092
[3.12] gh-125553: Fix backslash continuation in `untokenize` (GH-126010) (#130579)

(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]