[3.12] gh-121130: Fix f-string format specifiers with debug expressions (GH-121150) (#122063)

This commit is contained in:
Pablo Galindo Salgado 2024-07-20 19:05:01 +02:00 committed by GitHub
parent ca531e4326
commit a9daa4fd04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 8569 additions and 5795 deletions

View file

@ -302,9 +302,7 @@ Literals
Name(id='a', ctx=Load())],
keywords=[]),
conversion=-1,
format_spec=JoinedStr(
values=[
Constant(value='.3')]))]))
format_spec=Constant(value='.3'))]))
.. class:: List(elts, ctx)