projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61e1905
)
whitespace
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 25 Apr 2010 18:31:19 +0000
(20:31 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 25 Apr 2010 18:31:19 +0000
(20:31 +0200)
Cython/Compiler/ExprNodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/ExprNodes.py
b/Cython/Compiler/ExprNodes.py
index c8c5d96cb8637f7214b55a811c68b8915f109c56..27ace4837b074e033c8bd7c0cfc0de2bab63c071 100755
(executable)
--- 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):