Commit 617f3322 authored by Stefan Behnel's avatar Stefan Behnel

whitespace

parent 61e19055
...@@ -2010,6 +2010,7 @@ class IndexNode(ExprNode): ...@@ -2010,6 +2010,7 @@ class IndexNode(ExprNode):
"Attempting to index non-array type '%s'" % "Attempting to index non-array type '%s'" %
self.base.type) self.base.type)
self.type = PyrexTypes.error_type self.type = PyrexTypes.error_type
gil_message = "Indexing Python object" gil_message = "Indexing Python object"
def nogil_check(self, env): def nogil_check(self, env):
......
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