From 617f33225bdc57115839633442610253ef29cd71 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 25 Apr 2010 20:31:19 +0200 Subject: [PATCH] whitespace --- Cython/Compiler/ExprNodes.py | 1 + 1 file changed, 1 insertion(+) 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): -- 2.26.2