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 arian-f
Recipients arian-f
Date 2022-01-03.07:45:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641195913.64.0.431874358772.issue46237@roundup.psfhosted.org>
In-reply-to
Content
parsing this code results in a syntax error with an incorrect line number - it's always 1

    f'''
        { 1_a }'''

resulting in:

  File "<stdin>", line 1
    ( 1_a )
       ^
SyntaxError: invalid decimal literal

an analogue error occurs when parsing a file instead of stdin.

This bug looks like it's another instance of https://bugs.python.org/issue42209 - I commented there but there was no response for two weeks - I hope it's OK to post a new bug.

> python -VV
Python 3.10.1 (tags/v3.10.1:2cd268a, Dec  6 2021, 19:10:37) [MSC v.1929 64 bit (AMD64)]
History
Date User Action Args
2022-01-03 07:45:13arian-fsetrecipients: + arian-f
2022-01-03 07:45:13arian-fsetmessageid: <1641195913.64.0.431874358772.issue46237@roundup.psfhosted.org>
2022-01-03 07:45:13arian-flinkissue46237 messages
2022-01-03 07:45:13arian-fcreate