From: Stefan Behnel Date: Sun, 25 Apr 2010 18:31:19 +0000 (+0200) Subject: whitespace X-Git-Tag: 0.13.beta0~148 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=617f33225bdc57115839633442610253ef29cd71;p=cython.git whitespace --- diff --git a/Cython/Compiler/ExprNodes.py b/Cython/Compiler/ExprNodes.py index c8c5d96c..27ace483 100755 --- a/Cython/Compiler/ExprNodes.py +++ b/Cython/Compiler/ExprNodes.py @@ -2010,6 +2010,7 @@ class IndexNode(ExprNode): "Attempting to index non-array type '%s'" % self.base.type) self.type = PyrexTypes.error_type + gil_message = "Indexing Python object" def nogil_check(self, env):