]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121130: Fix f-string format specifiers with debug expressions (GH-121150...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 16 Jul 2024 19:25:04 +0000 (20:25 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Jul 2024 19:25:04 +0000 (19:25 +0000)
commitd24ec8a47c1ea676047a1374a4ea7027c0365ea7
tree8380167fe6e2e7c5a8f2a1e8e1b6813432be31da
parent06d76c4b94f87b0785a96dbfa0904afc0b459cb7
[3.13] gh-121130: Fix f-string format specifiers with debug expressions (GH-121150) (#121868)

(cherry picked from commit c46d64e0ef8e92a6b4ab4805d813d7e4d6663380)
Doc/library/ast.rst
Lib/test/test_ast.py
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core and Builtins/2024-06-29-10-46-14.gh-issue-121130.Rj66Xs.rst [new file with mode: 0644]
Parser/action_helpers.c
Parser/lexer/lexer.c
Parser/lexer/state.c
Parser/lexer/state.h