Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support new source location fields in Python 3.8+ #83

Open
Technologicat opened this issue Jan 27, 2022 · 1 comment
Open

Support new source location fields in Python 3.8+ #83

Technologicat opened this issue Jan 27, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Technologicat
Copy link
Owner

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.

@Technologicat
Copy link
Owner Author

Same in mcpyrate; tracked in Technologicat/mcpyrate#32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant