]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121130: Fix f-string format specifiers with debug expressions (#121150)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 16 Jul 2024 18:57:22 +0000 (19:57 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Jul 2024 18:57:22 +0000 (19:57 +0100)
commitc46d64e0ef8e92a6b4ab4805d813d7e4d6663380
tree69bf2c0e394c896e05576baa94c7d750f0d27501
parent69c68de43aef03dd52fabd21f99cb3b0f9329201
gh-121130: Fix f-string format specifiers with debug expressions (#121150)
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