This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Anthony Sottile
Recipients Anthony Sottile, gvanrossum, lys.nikolaou, pablogsal
Date 2021-01-02.16:53:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609606383.71.0.942409301396.issue42806@roundup.psfhosted.org>
In-reply-to
Content
by the way, here's a much smaller case which has a similar problem

```
x = (
    f" {test(t)}"
)
```
History
Date User Action Args
2021-01-02 16:53:03Anthony Sottilesetrecipients: + Anthony Sottile, gvanrossum, lys.nikolaou, pablogsal
2021-01-02 16:53:03Anthony Sottilesetmessageid: <1609606383.71.0.942409301396.issue42806@roundup.psfhosted.org>
2021-01-02 16:53:03Anthony Sottilelinkissue42806 messages
2021-01-02 16:53:03Anthony Sottilecreate