Message415337
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. |
|
| Date |
User |
Action |
Args |
| 2022-03-16 12:17:46 | danielnoord | set | recipients:
+ danielnoord, blueyed, eric.smith, asmeurer, arminius, fhsxfhsx |
| 2022-03-16 12:17:46 | danielnoord | set | messageid: <1647433066.65.0.915553575395.issue35212@roundup.psfhosted.org> |
| 2022-03-16 12:17:46 | danielnoord | link | issue35212 messages |
| 2022-03-16 12:17:46 | danielnoord | create | |
|