gristlabs / asttokens

Annotate Python AST trees with source text and token information
Apache License 2.0
172 stars 34 forks source link

Python 3.8 fixes #36

Closed alexmojaki closed 5 years ago

alexmojaki commented 5 years ago

Fixing test failures noted in #28. Still working through the remaining failures so don't rush to merge, just letting you know about progress.

alexmojaki commented 5 years ago

OK that fixes all the tests except test_fixture8, test_mark_tokens_multiline, and test_slices, all of which are failing because tuples now include parentheses, which needs to be discussed.

alexmojaki commented 5 years ago

I'd like to leave the issue of tuples and parentheses out of this PR so that less code is hanging around in branches.