Skip to content
Commit da0c1c64 authored by David Ham's avatar David Ham
Browse files

Correctly stringify tuple subscripts.

Python turns multiple subscripts separated by commas into a tuple of
subscripts. When stringifying this, Pymbolic inserts the set of
parentheses associated with that tuple inside the square brackets for
the subscript. This commit causes Pymbolic to suppress these
parentheses.
parent f3b66524
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment