projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
029da64
)
cleanup
author
Stefan Behnel
<scoder@users.berlios.de>
Wed, 21 Oct 2009 19:54:00 +0000
(21:54 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Wed, 21 Oct 2009 19:54:00 +0000
(21:54 +0200)
Cython/Compiler/ExprNodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/ExprNodes.py
b/Cython/Compiler/ExprNodes.py
index da8b69728b4bdc5d1af9317353415f3f456bf13c..8ec30f9fc42b9a74eebc0c3dc2a1b0091ff2b3da 100644
(file)
--- a/
Cython/Compiler/ExprNodes.py
+++ b/
Cython/Compiler/ExprNodes.py
@@
-3719,7
+3719,6
@@
class DictNode(ExprNode):
is_temp = 1
type = dict_type
- type = dict_type
obj_conversion_errors = []
def calculate_constant_result(self):