]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122300: Preserve AST nodes for format specifiers with single elements (#122308)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Fri, 26 Jul 2024 16:29:41 +0000 (17:29 +0100)
committerGitHub <noreply@github.com>
Fri, 26 Jul 2024 16:29:41 +0000 (16:29 +0000)
commitdb2d8b6db1b56c2bd3802b86f9b76da33e8898d7
tree04f846858853c92911b587413628f2162fa6e53e
parent7c2921844f9fa713f93152bf3a569812cee347a0
gh-122300: Preserve AST nodes for format specifiers with single elements (#122308)
Doc/library/ast.rst
Lib/test/test_ast.py
Misc/NEWS.d/next/Core and Builtins/2024-07-26-14-05-51.gh-issue-122300.SVIF-l.rst [new file with mode: 0644]
Parser/action_helpers.c