-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
The Python ast module, which this library depends on has been changed in more recent versions of Python. For sure 3.8, and possibly 3.7 or earlier. The ast parser assigns a value of "Constant" to quoted strings and constant numeric values to the right of the comparison expression. When this is handled by the resolve() method, the string "Constant" is appended to "handle_" and then the getattr() method fails because none of the field handler functions have a handle_Constant() function. Hoping that this issue can be fixed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels