]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-121130: Fix f-string format specifiers with debug expressions (GH-121150...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sat, 20 Jul 2024 17:05:01 +0000 (19:05 +0200)
committerGitHub <noreply@github.com>
Sat, 20 Jul 2024 17:05:01 +0000 (19:05 +0200)
commita9daa4fd040a68f5e3775381f85808312f76c7cc
tree9857974734628379ab2a4c5c0ff83b397e039f9b
parentca531e4326c3eecd99e2dfca3de5b737527677b9
[3.12] gh-121130: Fix f-string format specifiers with debug expressions (GH-121150) (#122063)
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/tokenizer.c
Parser/tokenizer.h