Handle (arg1, ..., argN)
as a tuple more frequently (or in all cases)
#395
Labels
(arg1, ..., argN)
as a tuple more frequently (or in all cases)
#395
Right now there are cases where parenthesis with multiple arguments are NOT marked as a Tuple node. It may simplify things a bit to treat these as such.
Example:
would be
instead of
ref #387 (wouldn't be an edge case under the above construction).
Keyword arguments might be an issue ??? even that might end of up simplified though.
The text was updated successfully, but these errors were encountered: