Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Copy f-string line/col fix from CPython #56

Description

@gvanrossum

There's an issue with f-string line/column numbers which was reported for mypy but is actually an ast bug that also exists upstream. (We don't want to get in the business of fixing those independently from upstream.)

It's been fixed upstream in python/cpython#1800 (bpo-30465) so the fix should be incorporated here so we can eventually declare victory in mypy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions