projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b92d488
)
compiler crash fix on missing attribute
author
Stefan Behnel
<scoder@users.berlios.de>
Wed, 31 Mar 2010 10:51:31 +0000
(12:51 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Wed, 31 Mar 2010 10:51:31 +0000
(12:51 +0200)
Cython/Compiler/UtilNodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/UtilNodes.py
b/Cython/Compiler/UtilNodes.py
index 7d1a963bb956ada79282b5a52ecc196d78f61309..579f9e46438f24ccf8871f922c6a59887054b47c 100644
(file)
--- a/
Cython/Compiler/UtilNodes.py
+++ b/
Cython/Compiler/UtilNodes.py
@@
-117,6
+117,7
@@
class ResultRefNode(AtomicExprNode):
# must be set externally (usually a temp name).
subexprs = []
+ lhs_of_first_assignment = False
def __init__(self, expression):
self.pos = expression.pos