◐ Shell
clean mode source ↗

Message 415337 - Python tracker

Message415337

Author danielnoord
Recipients arminius, asmeurer, blueyed, danielnoord, eric.smith, fhsxfhsx
Date 2022-03-16.12:17:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647433066.65.0.915553575395.issue35212@roundup.psfhosted.org>
In-reply-to
Content
This was fixed by https://github.com/python/cpython/pull/27729.

On 3.10:
```console
>>> ast.parse("f'{a}'").body[0].value.values[0].value.col_offset
3
>>> ast.parse("f'{a:b}'").body[0].value.values[0].value.col_offset
3
```

The other issue also no longer reproduces.
History
Date User Action Args
2022-03-16 12:17:46danielnoordsetrecipients: + danielnoord, blueyed, eric.smith, asmeurer, arminius, fhsxfhsx
2022-03-16 12:17:46danielnoordsetmessageid: <1647433066.65.0.915553575395.issue35212@roundup.psfhosted.org>
2022-03-16 12:17:46danielnoordlinkissue35212 messages
2022-03-16 12:17:46danielnoordcreate