Skip to content

Support new source location fields in Python 3.8+ #83

@Technologicat

Description

@Technologicat

Python 3.8 added the end_lineno and end_col_offset fields to AST nodes that have lineno and col_offset.

Specs in the official documentation.

We should probably worry about these anywhere we handle source location info.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions