]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-112243: Don't include comments in f-string debug expressions (GH-112284...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 20 Nov 2023 15:38:57 +0000 (15:38 +0000)
committerGitHub <noreply@github.com>
Mon, 20 Nov 2023 15:38:57 +0000 (15:38 +0000)
commit7e70e2ed29703e3d06d0908be5c7836a67bae785
tree0610e1dcd302e0f9b916e68125ebf8adb0610964
parentd4fd165abab9c00ef15fbcd262804163e1a5e389
[3.12] gh-112243: Don't include comments in f-string debug expressions (GH-112284) (#112285)

(cherry picked from commit d59feb5dbe5395615d06c30a95e6a6a9b7681d4d)
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core and Builtins/2023-11-20-14-13-02.gh-issue-112243.FKdQnr.rst [new file with mode: 0644]
Parser/tokenizer.c