]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-134582: Fix t-strings untokenize() roundtrip removing space between braces...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 25 May 2025 16:48:19 +0000 (18:48 +0200)
committerGitHub <noreply@github.com>
Sun, 25 May 2025 16:48:19 +0000 (16:48 +0000)
commitc61fd7c0f2df757fb485f60a8e6a5f8164477566
tree5cc030eb1d630e719620723af73f8191b7f02497
parentcbf4ccf1d02b39f8c2626d5af42a5e85b7d1f055
[3.14] gh-134582: Fix t-strings untokenize() roundtrip removing space between braces (GH-134603) (#134659)

gh-134582: Fix t-strings untokenize() roundtrip removing space between braces (GH-134603)
(cherry picked from commit 52509cc94b1a18cb325dbfa7e5f830b32759a903)

Co-authored-by: Loïc Simon <loic.pano@gmail.com>
Lib/test/test_tokenize.py
Lib/tokenize.py
Misc/NEWS.d/next/Library/2025-05-23-23-43-39.gh-issue-134582.9POq3l.rst [new file with mode: 0644]