Commit 565e6b4f authored by Xavier Thompson's avatar Xavier Thompson

Revert "Evaluate subscript index first to prevent nested cypclass lock acquisition"

This reverts commit 98c42d7d.
parent 91dfd344
......@@ -3597,7 +3597,7 @@ class IndexNode(_IndexingBaseNode):
# is_fused_index boolean Whether the index is used to specialize a
# c(p)def function
subexprs = ['index', 'base'] # evaluate the index first
subexprs = ['base', 'index']
type_indices = None
is_subscript = True
......
Markdown is supported
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