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 iritkatriel
Recipients BTaskaya, asmeurer, eric.smith, iritkatriel, pablogsal
Date 2022-01-18.23:53:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642550014.0.0.943545485409.issue39854@roundup.psfhosted.org>
In-reply-to
Content
I am unable to reproduce this on 3.11:

>>> ast.parse('f"{x}"').body[0].value.values[0].value.col_offset
3
>>> ast.parse('f"{x!r}"').body[0].value.values[0].value.col_offset
3
History
Date User Action Args
2022-01-18 23:53:34iritkatrielsetrecipients: + iritkatriel, eric.smith, pablogsal, asmeurer, BTaskaya
2022-01-18 23:53:34iritkatrielsetmessageid: <1642550014.0.0.943545485409.issue39854@roundup.psfhosted.org>
2022-01-18 23:53:33iritkatriellinkissue39854 messages
2022-01-18 23:53:33iritkatrielcreate