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 lukasz.langa
Recipients lukasz.langa
Date 2017-05-24.22:53:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495666417.53.0.222363680661.issue30465@psf.upfronthosting.co.za>
In-reply-to
Content
f-strings are computed in a separate compiler step. This makes their lineno and col_offset information wrong. This is problematic for flake8 which reports problems inside f-strings on the wrong line (typically the first one).

Attached patch fixes the issue.
History
Date User Action Args
2017-05-24 22:53:37lukasz.langasetrecipients: + lukasz.langa
2017-05-24 22:53:37lukasz.langasetmessageid: <1495666417.53.0.222363680661.issue30465@psf.upfronthosting.co.za>
2017-05-24 22:53:37lukasz.langalinkissue30465 messages
2017-05-24 22:53:37lukasz.langacreate